Skip to content

Commit

Permalink
Update master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
micovi committed Jan 16, 2024
1 parent cbd7118 commit 0955f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: |
go build
- name: Test and create coverage
- name: Test
run: |
go test -race -shuffle=on -coverprofile=coverage.txt -covermode=atomic
go test -race -shuffle=on
github-publish:
# Only publish if all other jobs succeed
Expand Down

0 comments on commit 0955f28

Please sign in to comment.