Skip to content

Commit ce9aad4

Browse files
committed
Run tests 10 times to catch flaky tests
Experience with fsnotify has shown this can be an issue, and the tests here seem fast enough.
1 parent 61ccd0a commit ce9aad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
go-version: '${{ matrix.go }}'
2020
- name: 'test'
21-
run: 'go test --race ./...'
21+
run: 'go test -race -count=10 ./...'
2222

2323
staticcheck:
2424
name: 'staticcheck'

0 commit comments

Comments
 (0)