From bbd9ad11be3aea689bee4183cd613452d63f590c Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Tue, 26 Dec 2023 03:55:13 +0000 Subject: [PATCH] u --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 23c3bfa9c63a1..10d0461926d84 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,4 +34,4 @@ jobs: - name: runci run: | go mod tidy - go test -timeout 30s -run ^Test* k8s.io/apiserver/pkg/storage/etcd3 -v \ No newline at end of file + go test k8s.io/apiserver/pkg/storage/etcd3 -v \ No newline at end of file