mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
[3.4] enable gofail in e2e test.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
This commit is contained in:
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@@ -66,7 +66,8 @@ jobs:
|
||||
PASSES='build grpcproxy' CPU='4' RACE='true' ./test
|
||||
;;
|
||||
linux-amd64-e2e)
|
||||
GOARCH=amd64 make test-e2e-release
|
||||
make install-gofail
|
||||
GOARCH=amd64 FAILPOINTS='true' make test-e2e-release
|
||||
;;
|
||||
linux-386-unit)
|
||||
GOARCH=386 make test-unit
|
||||
|
||||
Reference in New Issue
Block a user