Skip to content

Commit

Permalink
Merge pull request #8 from madflojo/fixing-tests-command
Browse files Browse the repository at this point in the history
Fixing the tests command option for data race detection
  • Loading branch information
neelamb6 authored Mar 25, 2024
2 parents 0640d42 + 7735358 commit 41340c0
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 41340c0

Please sign in to comment.