diff --git a/Makefile b/Makefile index 45ec5cd4..d8f41501 100644 --- a/Makefile +++ b/Makefile @@ -160,7 +160,7 @@ vulncheck: .PHONY: test test: - go test -race -covermode=atomic -coverprofile=coverage.out ./... + go test -v -race -covermode=atomic -coverprofile=coverage.out ./... .PHONY: test-integration test-integration: