test and fixes.

This commit is contained in:
fiatjaf
2025-04-21 18:09:27 -03:00
parent 5a8c7df811
commit 5d44600f17
5 changed files with 246 additions and 145 deletions

5
justfile Normal file
View File

@@ -0,0 +1,5 @@
test:
#!/usr/bin/env fish
for test in (go test -list .)
go test -run=$test -v
end