We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17944b commit 3c61895Copy full SHA for 3c61895
Makefile
@@ -477,7 +477,6 @@ draft-release:
477
478
.PHONY: install-test-tools
479
install-test-tools:
480
- $(GO) install github.com/vektra/mockery/v2@v2.14.0
481
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.1
482
$(GO) install mvdan.cc/gofumpt@latest
483
@@ -487,6 +486,7 @@ install-build-tools:
487
486
488
.PHONY: install-tools
489
install-tools: install-test-tools install-build-tools
+ $(GO) install github.com/vektra/mockery/v2@v2.14.0
490
491
492
.PHONY: install-ci
0 commit comments