diff --git a/Makefile b/Makefile index f6c5787eb5..7e9c9301c1 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ generate-bsd-licenses: check-git .PHONY: unit-test unit-test: check-go - go test -v -race -shuffle=on -coverprofile coverage.out -timeout 1h `go list ./... | grep -v e2e` + go test -race -shuffle=on -coverprofile coverage.out -timeout 1h `go list ./... | grep -v e2e` .PHONY: fuzz-test fuzz-test: check-go