Skip to content

Commit

Permalink
no longer run tests with race detector
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-m committed Dec 27, 2023
1 parent a684422 commit eb70861
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 @@ -25,7 +25,7 @@ lint:
go run golang.org/x/vuln/cmd/govulncheck@latest ./...

test:
go test -race -v ./...
go test -v ./...

test_more:
# This needs additional test data which is not committed to the repo.
Expand Down

0 comments on commit eb70861

Please sign in to comment.