Skip to content

Commit

Permalink
合并一个工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed May 26, 2024
1 parent ddb8967 commit 3f66938
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,9 @@ jobs:
- name: Test-386
run: env GOARCH=386 go test -test.run=Test_Retry_sleep -v
#run: env GOARCH=386 go test -v -coverprofile='coverage.out' -covermode=count ./...

- name: Test-Race
run: env GOARCH=amd64 go test -v -race ./...

- name: Test-amd64
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 ./...

- name: Upload Coverage report
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 3f66938

Please sign in to comment.