Skip to content

Commit

Permalink
Disable -race for codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Feb 14, 2023
1 parent 52b2c7b commit 3ece809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test_stress:
go test -tags=stress -timeout=30m ./...

test_codecov:
go test -race -coverprofile=coverage.out -covermode=atomic ./...
go test -coverprofile=coverage.out -covermode=atomic ./...

test_reconnect:
go test -tags=reconnect ./...
Expand Down

0 comments on commit 3ece809

Please sign in to comment.