@@ -2,6 +2,10 @@
# Run basic go unit tests
go test -v ./...
result=$?
# Run example-based toml tests
cd test_program && ./go-test.sh
result="$(( result || $? ))"
exit $result
The note is not visible to the blocked user.