use test.sh instead of test for linux-386-unit-1-cpu

This commit is contained in:
ahrtr 2022-01-16 14:55:36 +08:00
parent f4266e2d75
commit b095588446

View File

@ -37,7 +37,7 @@ jobs:
GOARCH=amd64 PASSES='unit' RACE='true' CPU='4' ./test.sh -p=2
;;
linux-386-unit-1-cpu)
GOARCH=386 PASSES='unit' RACE='false' CPU='1' ./test -p=4
GOARCH=386 PASSES='unit' RACE='false' CPU='1' ./test.sh -p=4
;;
*)
echo "Failed to find target"