1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-07 23:01:59 +02:00

build(make): move install of vektra/mockery into setup command

This commit is contained in:
Niko Köser 2022-09-12 08:56:43 +02:00
parent f692de61ba
commit 6433e36ab3
No known key found for this signature in database
GPG Key ID: F3F28C118DAA6375

View File

@ -11,6 +11,7 @@ setup:
@go install mvdan.cc/gofumpt@latest
@go install github.com/daixiang0/gci@latest
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
@go install github.com/vektra/mockery/v2@latest
.PHONY: setup
###############################################################################
@ -27,7 +28,6 @@ cover:
.PHONY: cover
mock:
@go install github.com/vektra/mockery/v2@latest
go generate ./...
.PHONY: mock