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 ddb8967 commit 3f66938Copy full SHA for 3f66938
.github/workflows/go.yml
@@ -33,12 +33,9 @@ jobs:
33
- name: Test-386
34
run: env GOARCH=386 go test -test.run=Test_Retry_sleep -v
35
#run: env GOARCH=386 go test -v -coverprofile='coverage.out' -covermode=count ./...
36
-
37
- - name: Test-Race
38
- run: env GOARCH=amd64 go test -v -race ./...
39
40
- name: Test-amd64
41
- run: env GOARCH=amd64 go test -v -coverprofile='coverage.out' -covermode=count ./...
+ run: env GOARCH=amd64 go test -race -v -coverprofile='coverage.out' -covermode=atomic ./...
42
43
- name: Upload Coverage report
44
uses: codecov/codecov-action@v3
0 commit comments