nson and binary on justfile.
This commit is contained in:
6
justfile
6
justfile
@@ -1,13 +1,15 @@
|
||||
build-all:
|
||||
#!/usr/bin/env fish
|
||||
for dir in (find . -maxdepth 1 -type d -name "nip*")
|
||||
echo "building $dir"
|
||||
go build "./$dir"
|
||||
end
|
||||
go build ./nson
|
||||
go build ./binary
|
||||
|
||||
test-all:
|
||||
#!/usr/bin/env fish
|
||||
for dir in (find . -maxdepth 1 -type d -name "nip*")
|
||||
echo "testing $dir"
|
||||
go test "./$dir"
|
||||
end
|
||||
go test ./nson
|
||||
go test ./binary
|
||||
|
||||
Reference in New Issue
Block a user