From eef272d5cd5323112395bf7f0e2fd1c898e90015 Mon Sep 17 00:00:00 2001 From: Sourabh Mehta <73165318+soumeh01@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:51:09 +0100 Subject: [PATCH] Update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index ceaefb7..19145ac 100644 --- a/makefile +++ b/makefile @@ -83,7 +83,7 @@ format-check: .PHONY: test release config test: $(SOURCES) - cd cmd && GOOS=$(OS) GOARCH=$(ARCH) go test $(ARGS) ./... -coverprofile ../cover.out + cd cmd && GOOS=$(OS) GOARCH=$(ARCH) go test $(ARGS) ./... -v -coverprofile ../cover.out test-all: format-check coverage-check lint