diff --git a/Makefile b/Makefile index 6f37e121..282e26f2 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ generate: # Test ######################################### test: - $Q $(GOFLAGS) go test -short -coverprofile=coverage.out ./... + $Q go test -short -coverprofile=coverage.out ./... .PHONY: test