1
0
Fork 0
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:
Sergey 2024-02-29 09:38:31 +01:00
parent 2156ef7611
commit 5b1cfc129f
No known key found for this signature in database
GPG key ID: 3B6BEF79160221C6

View file

@ -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...'