Use -race flag with go test

This commit is contained in:
Dan Sosedoff 2018-04-26 00:05:32 -05:00
parent b29c013706
commit 9fae7c06af

View File

@ -25,7 +25,7 @@ usage:
@echo "" @echo ""
test: test:
go test -cover ./pkg/... go test -race -cover ./pkg/...
test-all: test-all:
@./script/test_all.sh @./script/test_all.sh