Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-raykov committed Jan 21, 2025
1 parent db46606 commit 85b78ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ abigen: ## Build & install abigen.

.PHONY: generate
generate: abigen codecgen mockery protoc gomods ## Execute all go:generate commands.
export PATH=$(HOME)/.local/bin:$(PATH) ## Make sure that go:generate uses protoc installed above
gomods -w go generate -x ./...
## Make sure that go:generate uses protoc installed above
export PATH=$(HOME)/.local/bin:$(PATH); gomods -w go generate -x ./...
find . -type f -name .mockery.yaml -execdir mockery \; ## Execute mockery for all .mockery.yaml files

.PHONY: rm-mocked
Expand Down

0 comments on commit 85b78ba

Please sign in to comment.