mirror of https://github.com/status-im/migrate.git
Remove "deps" target from Makefile
This commit is contained in:
parent
36dc939f91
commit
4407720b95
10
Makefile
10
Makefile
|
@ -57,14 +57,6 @@ html-coverage:
|
|||
go tool cover -html=$(COVERAGE_DIR)/combined.txt
|
||||
|
||||
|
||||
deps:
|
||||
-go get -v -u ./...
|
||||
-go test -v -i ./...
|
||||
# TODO: why are these not being fetched by `go get`?
|
||||
-go get -u github.com/fsouza/fake-gcs-server/fakestorage
|
||||
-go get -u github.com/kshvakov/clickhouse
|
||||
|
||||
|
||||
list-external-deps:
|
||||
$(call external_deps,'.')
|
||||
$(call external_deps,'./cli/...')
|
||||
|
@ -116,7 +108,7 @@ define external_deps
|
|||
endef
|
||||
|
||||
|
||||
.PHONY: build-cli clean test-short test test-with-flags deps html-coverage \
|
||||
.PHONY: build-cli clean test-short test test-with-flags html-coverage \
|
||||
restore-import-paths rewrite-import-paths list-external-deps release \
|
||||
docs kill-docs open-docs kill-orphaned-docker-containers
|
||||
|
||||
|
|
Loading…
Reference in New Issue