1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

GO-2246 fix tests

This commit is contained in:
Roman Khafizianov 2023-10-23 18:53:46 +02:00
parent 28ed0b1a3b
commit a4441ee6f8
No known key found for this signature in database
GPG key ID: F07A7D55A2684852
4 changed files with 107 additions and 23 deletions

View file

@ -73,7 +73,7 @@ test-deps:
@go build -o deps go.uber.org/mock/mockgen
@go build -o deps github.com/vektra/mockery/v2
@go generate ./...
@mockery --all
@$(DEPS_PATH)/mockery --all
clear-test-deps:
@echo 'Removing test mocks...'