diff --git a/justfile b/justfile index 9543699..39f5308 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,8 @@ +# run go tests test: go test ./... +# test outputs gentest: #!/bin/bash if [ -e foobar ]; then