mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
use test.sh instead of test for linux-386-unit-1-cpu
This commit is contained in:
parent
f4266e2d75
commit
b095588446
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user