gosora/run-linux-tests

8 lines
186 B
Plaintext

echo "Generating the dynamic code"
go generate
echo Generating the JSON handlers
easyjson -pkg common
echo "Running tests"
go build -o mssqlBuild -tags mssql
go test -coverprofile c.out