mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-08 05:47:07 +09:00
GO-2911: Generate helpers in make test-deps
target
This commit is contained in:
parent
2156ef7611
commit
5b1cfc129f
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -80,6 +80,7 @@ test-deps:
|
|||
@go build -o deps github.com/vektra/mockery/v2
|
||||
@go generate ./...
|
||||
@$(DEPS_PATH)/mockery --disable-version-string
|
||||
@go run ./cmd/testcase generate-json-helpers
|
||||
|
||||
clear-test-deps:
|
||||
@echo 'Removing test mocks...'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue