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 ae2d377 commit a9ad225Copy full SHA for a9ad225
.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 3 -v ./... 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml"
+ go test -race -count 2 -v ./... 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml"
42
43
44
- name: Test Summary
0 commit comments