diff --git a/scripts/build.sh b/scripts/build.sh index fc838f2e5..0e9d172ad 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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!"