From 9e374cd7a5816a7042321159ce64b1dea5955bb0 Mon Sep 17 00:00:00 2001 From: Azareal Date: Wed, 15 Aug 2018 17:07:22 +1000 Subject: [PATCH] A simple test to see if Gosora builds with the MSSQL Tag. --- run-linux-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/run-linux-tests b/run-linux-tests index 1e50e6a4..88739519 100644 --- a/run-linux-tests +++ b/run-linux-tests @@ -1,4 +1,5 @@ echo "Generating the dynamic code" go generate echo "Running tests" +go build -o mssqlBuild -tags mssql go test -coverprofile c.out