We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2ccf4 commit baa1cdeCopy full SHA for baa1cde
1 file changed
.github/workflows/test.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install dependencies and run tests
33
run: |
34
go mod download
35
- go test -v ./... -coverpkg=./... -short -coverprofile=unit_coverage.out
+ go test -v -race -covermode=atomic ./... -coverpkg=./... -short -coverprofile=unit_coverage.out
36
37
- name: Archive code coverage results
38
uses: actions/upload-artifact@v4
0 commit comments