Merge pull request #13605 from ahrtr/fix_ci_test_386

Use test.sh instead of test for linux-386-unit-1-cpu
This commit is contained in:
Piotr Tabor 2022-01-16 16:47:56 +01:00 committed by GitHub
commit 87408d6f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"