Skip to content

Commit 0b18e52

Browse files
committed
reduce test count
1 parent 2553993 commit 0b18e52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
# Runs test with shuffle and count to expose flaky tests.
2727
- name: Run tests
2828
working-directory: go
29-
run: go test -count=10 -shuffle=on ./...
29+
run: go test -count=5 -shuffle=on ./...

0 commit comments

Comments
 (0)