all repos — searchix @ 9f6a3f4b780a173f47ff26c27bde7948d8629648

Search engine for NixOS, nix-darwin, home-manager and NUR users

build: add test target to justfile

Alan Pearce
commit

9f6a3f4b780a173f47ff26c27bde7948d8629648

parent

9a8b8d31cf15317cd2a4616b98dc3f6212573474

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M justfilejustfile
@@ -27,6 +27,9 @@
fix: go fix . +test: + go test ./... + build: nix build .#