Skip to content

Commit 3c61895

Browse files
committed
Correct Makefile
Signed-off-by: MeenuyD <meenu.coninja@gmail.com>
1 parent d17944b commit 3c61895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ draft-release:
477477

478478
.PHONY: install-test-tools
479479
install-test-tools:
480-
$(GO) install github.com/vektra/mockery/v2@v2.14.0
481480
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.1
482481
$(GO) install mvdan.cc/gofumpt@latest
483482

@@ -487,6 +486,7 @@ install-build-tools:
487486

488487
.PHONY: install-tools
489488
install-tools: install-test-tools install-build-tools
489+
$(GO) install github.com/vektra/mockery/v2@v2.14.0
490490

491491

492492
.PHONY: install-ci

0 commit comments

Comments
 (0)