Skip to content

Commit

Permalink
okay properly this time
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Dec 8, 2023
1 parent f906fda commit 1674347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: go test -v ./... -tags='norace'
- name: Run all tests with race detection
timeout-minutes: 1
run: go test -race -v -covermode atomic -coverprofile=profile.cov -v ./... -tags='!norace'
run: go test -race -v -covermode atomic -coverprofile=profile.cov ./... -tags='!norace'
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit 1674347

Please sign in to comment.