Skip to content

Commit

Permalink
fixing the tests command option for data race detection
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Mar 24, 2024
1 parent 0640d42 commit 7735358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: go get -u github.com/mattn/goveralls

- name: Test
run: go test --race -v -covermode=atomic -coverprofile=coverage.out ./...
run: go test -race -v -covermode=atomic -coverprofile=coverage.out ./...

- name: Update Coveralls
env:
Expand Down

0 comments on commit 7735358

Please sign in to comment.