update scripts/build.sh to run test only on v1

This commit is contained in:
Travis McLane
2020-09-04 13:38:17 -05:00
parent 2a20867d00
commit 9806b9c651

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
echo "**** Checking if Wails passes unit tests ****"
if ! go test ./...
if ! go test ./lib/... ./runtime/... ./cmd/...
then
echo ""
echo "ERROR: Unit tests failed!"