Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
c7de37f9e8 [#194] make: Fix make test
All checks were successful
DCO / DCO (pull_request) Successful in 1m43s
Tests and linters / Tests (1.21) (pull_request) Successful in 1m42s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m51s
Tests and linters / Lint (pull_request) Successful in 3m16s
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
2023-11-17 14:38:20 +03: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: