We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ccd0a commit ce9aad4Copy full SHA for ce9aad4
1 file changed
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
go-version: '${{ matrix.go }}'
20
- name: 'test'
21
- run: 'go test --race ./...'
+ run: 'go test -race -count=10 ./...'
22
23
staticcheck:
24
name: 'staticcheck'
0 commit comments