diff --git a/Makefile b/Makefile index 0609cc663..a6386d9ae 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ ios: @echo "Import \"$(GOBIN)/Geth.framework\" to use the library." test: all - $(GORUN) build/ci.go test --coverage + $(GORUN) build/ci.go test --coverage --race lint: ## Run linters. $(GORUN) build/ci.go lint