Skip to content

Commit

Permalink
fix: missing mockery tool (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Jan 22, 2025
1 parent a19c3fe commit bd8b7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ load-schemas:
go get github.com/aiven/go-client-codegen@latest github.com/aiven/go-api-schemas@latest
go mod tidy

mockery:
mockery: $(MOCKERY)
$(MOCKERY) --config=./.mockery.yml

update-schemas: dump-schemas load-schemas generate diff-schemas mockery
Expand Down

0 comments on commit bd8b7c4

Please sign in to comment.