diff --git a/Makefile b/Makefile index 81edfd32f..482705125 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ dist: test: @echo "--> Running go test" - @go test -v $(PACKAGES) + @go test $(PACKAGES) test_race: @echo "--> Running go test --race"