We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df98674 commit 17102a6Copy full SHA for 17102a6
.github/workflows/go.yml
@@ -47,3 +47,8 @@ jobs:
47
GCS_TEST_BUCKET: ${{secrets.GCS_TEST_BUCKET}}
48
GCS_SERVICE_ACCOUNT_JSON: ${{secrets.gcs_service_account_creds}}
49
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