From dd668a07c59bcffdd4d438fcc931afdd366456c4 Mon Sep 17 00:00:00 2001 From: Goran Rojovic Date: Fri, 16 Feb 2024 15:46:28 +0100 Subject: [PATCH] Remove -v flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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