Skip to content

Commit

Permalink
Makefile: enable the race detector in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Jul 26, 2019
1 parent 630e1a1 commit 2411a6b
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 @@ -26,7 +26,7 @@ runlint:
--deadline 5m ./...

gotest:
go test -vet=all -mod=readonly $(GO_TEST_EXTRA_FLAGS) ./...
go test -race -vet=all -mod=readonly $(GO_TEST_EXTRA_FLAGS) ./...

test: lint testdeps gotest

Expand Down

0 comments on commit 2411a6b

Please sign in to comment.