Browse Source

enable race detection for the tests (#3884)

pull/3620/merge
Krasi Georgiev 7 years ago committed by Brian Brazil
parent
commit
0f00d77661
  1. 2
      Makefile

2
Makefile

@ -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"

Loading…
Cancel
Save