Skip to content

Commit 3f66938

Browse files
committed
合并一个工作流
1 parent ddb8967 commit 3f66938

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,9 @@ jobs:
3333
- name: Test-386
3434
run: env GOARCH=386 go test -test.run=Test_Retry_sleep -v
3535
#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 ./...
3936

4037
- name: Test-amd64
41-
run: env GOARCH=amd64 go test -v -coverprofile='coverage.out' -covermode=count ./...
38+
run: env GOARCH=amd64 go test -race -v -coverprofile='coverage.out' -covermode=atomic ./...
4239

4340
- name: Upload Coverage report
4441
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)