We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2553993 commit 0b18e52Copy full SHA for 0b18e52
1 file changed
.github/workflows/go-tests.yml
@@ -26,4 +26,4 @@ jobs:
26
# Runs test with shuffle and count to expose flaky tests.
27
- name: Run tests
28
working-directory: go
29
- run: go test -count=10 -shuffle=on ./...
+ run: go test -count=5 -shuffle=on ./...
0 commit comments