Skip to content

Commit

Permalink
Run tests 10 times to catch flaky tests
Browse files Browse the repository at this point in the history
Experience with fsnotify has shown this can be an issue, and the tests
here seem fast enough.
  • Loading branch information
arp242 committed May 1, 2024
1 parent 61ccd0a commit ce9aad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: '${{ matrix.go }}'
- name: 'test'
run: 'go test --race ./...'
run: 'go test -race -count=10 ./...'

staticcheck:
name: 'staticcheck'
Expand Down

0 comments on commit ce9aad4

Please sign in to comment.