6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
echo "Generating the dynamic code"
|
|
go generate
|
|
echo "Running tests"
|
|
go build -o mssqlBuild -tags mssql
|
|
go test -coverprofile c.out
|