Skip to content

Commit

Permalink
Makefile: disable the race detector for now
Browse files Browse the repository at this point in the history
Just trying to get a green build.
  • Loading branch information
fsouza committed Jul 26, 2019
1 parent 0ad22a0 commit a3090e5
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 -race -vet=all -mod=readonly $(GO_TEST_EXTRA_FLAGS) ./...
go test -vet=all -mod=readonly $(GO_TEST_EXTRA_FLAGS) ./...

test: lint testdeps gotest

Expand Down

0 comments on commit a3090e5

Please sign in to comment.