Skip to content

Commit

Permalink
no harm in enabling race condition detection
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Feb 24, 2018
1 parent 8539b4a commit 36730fe
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 @@ -98,7 +98,7 @@ vet:
go vet $(shell glide novendor)

test: vendor vet lint check
go test -v -cover $(shell glide novendor)
go test -race -v -cover $(shell glide novendor)

coveralls: vendor $(GOPATH)/bin/goveralls$(suffix)
goveralls -service=travis-ci
Expand Down

0 comments on commit 36730fe

Please sign in to comment.