enable race detection for the tests (#3884)

This commit is contained in:
Krasi Georgiev 2018-02-27 01:27:59 +02:00 committed by Brian Brazil
parent b9e836c7b7
commit 0f00d77661

View file

@ -56,7 +56,7 @@ test-short:
test: test:
@echo ">> running all tests" @echo ">> running all tests"
@$(GO) test $(shell $(GO) list ./... | grep -v /vendor/ | grep -v examples) @$(GO) test -race $(shell $(GO) list ./... | grep -v /vendor/ | grep -v examples)
format: format:
@echo ">> formatting code" @echo ">> formatting code"