From 1c070987404b31ad251f3ac9f9eae59bd5f12cff Mon Sep 17 00:00:00 2001 From: Alexander Chuprov Date: Thu, 16 Nov 2023 15:25:56 +0300 Subject: [PATCH] [#194] make: Fix make test Signed-off-by: Alexander Chuprov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17bed62..84e18a9 100755 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LINT_DIR = $(OUTPUT_LINT_DIR)/golangci-lint-$(LINT_VERSION)-v$(TRUECLOUDLAB_LINT # Run tests test: - @go test ./... -cover + @go test ./... -cover -count=1 # Pull go dependencies dep: