Skip to content

Commit 17102a6

Browse files
committed
GH actions: stage run root tests 10k times
With the tests that sleep gone, run tests in the root 10k times, they shouldn't be flaky.
1 parent df98674 commit 17102a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ jobs:
4747
GCS_TEST_BUCKET: ${{secrets.GCS_TEST_BUCKET}}
4848
GCS_SERVICE_ACCOUNT_JSON: ${{secrets.gcs_service_account_creds}}
4949
run: go test -race -mod=readonly -count 2 ./...
50+
51+
- name: Root Test 10k iterations
52+
env:
53+
GO111MODULE: on
54+
run: go test -mod=readonly -count 10000 .

0 commit comments

Comments
 (0)