diff --git a/Makefile b/Makefile index 7824703f..1c27ebae 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ lint: .PHONY: test test: - $(DOCKER_CMD) go test -v ./... + $(DOCKER_CMD) go test ./... ################################################################################ # Build / Publish #