Fix make test #194

Merged
fyrchik merged 1 commit from achuprov/frostfs-sdk-go:test_cache into master 2023-11-17 11:48:53 +00:00

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: