nak/justfile

6 lines
102 B
Makefile

test:
#!/usr/bin/env fish
for test in (go test -list .)
go test -run=$test -v
end