A simple test to see if Gosora builds with the MSSQL Tag.
This commit is contained in:
parent
0305571cb3
commit
9e374cd7a5
|
@ -1,4 +1,5 @@
|
||||||
echo "Generating the dynamic code"
|
echo "Generating the dynamic code"
|
||||||
go generate
|
go generate
|
||||||
echo "Running tests"
|
echo "Running tests"
|
||||||
|
go build -o mssqlBuild -tags mssql
|
||||||
go test -coverprofile c.out
|
go test -coverprofile c.out
|
||||||
|
|
Loading…
Reference in New Issue