gosora/run-linux-tests

5 lines
98 B
Plaintext
Raw Normal View History

echo "Generating the dynamic code"
go generate
echo "Running tests"
2018-07-30 08:23:39 +00:00
go test -coverprofile c.out .