diff --git a/Makefile b/Makefile index 61a67860b..170964a1b 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ $(LOCAL_BINARY): $(SOURCES) .PHONY: test test: - env -i PATH=$$PATH GOPATH=$$GOPATH GOROOT=$$GOROOT GOCACHE=$$GOCACHE go test -timeout=120s -v -cover ./ecs-cli/modules/... + env -i PATH=$$PATH GOPATH=$$GOPATH GOROOT=$$GOROOT GOCACHE=$$GOCACHE go test -race -timeout=120s -v -cover ./ecs-cli/modules/... .PHONY: integ-test integ-test: integ-test-build integ-test-run-with-coverage