Pre-commit and makefile fixes #209

Merged
fyrchik merged 4 commits from fyrchik/frostfs-sdk-go:pre-commit into master 2024-09-04 19:51:15 +00:00
Showing only changes of commit d9ec7c1988 - Show all commits

View file

@ -8,8 +8,9 @@ OUTPUT_LINT_DIR ?= $(shell pwd)/bin
LINT_DIR = $(OUTPUT_LINT_DIR)/golangci-lint-$(LINT_VERSION)-v$(TRUECLOUDLAB_LINT_VERSION)
# Run tests
test: GOFLAGS ?= "-cover -count=1"
test:
@go test ./... -cover -count=1
@GOFLAGS=$(GOFLAGS) go test ./...
# Pull go dependencies
dep: