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 1381d66 commit 54c6b48Copy full SHA for 54c6b48
.github/workflows/go.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Tests
39
run: |
40
go install github.com/jstemmer/go-junit-report/v2@latest
41
- go test -race -count 2 -v ./... 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml"
+ go test -race -count 1 -v ./... 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml"
42
43
44
- name: Test Summary
0 commit comments