mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-11 06:29:29 +08:00
update scripts/build.sh to run test only on v1
This commit is contained in:
parent
c8e0aea69c
commit
cbd98b5a1a
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo "**** Checking if Wails passes unit tests ****"
|
echo "**** Checking if Wails passes unit tests ****"
|
||||||
if ! go test ./...
|
if ! go test ./lib/... ./runtime/... ./cmd/...
|
||||||
then
|
then
|
||||||
echo ""
|
echo ""
|
||||||
echo "ERROR: Unit tests failed!"
|
echo "ERROR: Unit tests failed!"
|
||||||
|
Loading…
Reference in New Issue
Block a user