mirror of
https://github.com/fiatjaf/nak.git
synced 2025-12-08 16:48:51 +00:00
6 lines
102 B
Makefile
6 lines
102 B
Makefile
test:
|
|
#!/usr/bin/env fish
|
|
for test in (go test -list .)
|
|
go test -run=$test -v
|
|
end
|