Skip to content

Commit

Permalink
use -race flag for test runs (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshasselberg authored May 23, 2019
1 parent 2016deb commit 20da810
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
@@ -1,7 +1,7 @@
DEPS = $(go list -f '{{range .TestImports}}{{.}} {{end}}' ./...)

test:
go test -timeout=60s .
go test -timeout=60s -race .

integ: test
INTEG_TESTS=yes go test -timeout=25s -run=Integ .
Expand Down

0 comments on commit 20da810

Please sign in to comment.