[#194] make: Fix make test

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2023-11-16 15:25:56 +03:00 committed by Evgenii Stratonikov
parent 03d35dd1f3
commit 1c07098740

View file

@ -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: