gosora/run-linux-tests

5 lines
102 B
Plaintext
Raw Normal View History

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