Skip to content

Commit

Permalink
Enabled race detector during the execution of unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hencrice committed Jun 14, 2019
1 parent a6b978a commit e8a4fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8a4fcc

Please sign in to comment.