A simple test to see if Gosora builds with the MSSQL Tag.

This commit is contained in:
Azareal 2018-08-15 17:07:22 +10:00
parent 0305571cb3
commit 9e374cd7a5
1 changed files with 1 additions and 0 deletions

View File

@ -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