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
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ test-short:
test:
@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:
@echo ">> formatting code"