We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae8049 commit c45fbe8Copy full SHA for c45fbe8
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Run coverage
27
- run: go test . -coverprofile=coverage.out -covermode=atomic
+ run: go test -race ./... -coverprofile=coverage.out -covermode=atomic
28
29
- name: Upload coverage to Codecov
30
if: ${{ matrix.go-version == '1.20.x' }}
0 commit comments