all repos — searchix @ 8e31a792b620ae2d4b785bb22f79a7d49993baba

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

chore: enable running subset of tests

Alan Pearce
commit

8e31a792b620ae2d4b785bb22f79a7d49993baba

parent

7930117bab052fc8598df7da83a0ac7ed5ca03e8

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M justfilejustfile
@@ -23,8 +23,8 @@
fix: go fix . -test: - go test ./... +test tests="./...": + go test {{ tests }} check-flake: nix flake check