1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

fix .github/workflows/coverage.yml

This commit is contained in:
Grigory Efimov 2023-01-11 16:29:21 +03:00 committed by Mikhail Iudin
parent 195ac70726
commit 19c035f4f3
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0

View file

@ -1,5 +1,6 @@
.PHONY: proto test test-coverage vet deps .PHONY: proto test test-coverage vet deps
export GOPRIVATE=github.com/anytypeio/* export GOPRIVATE=github.com/anytypeio/*
export GOPROXY=direct
export GIT_TERMINAL_PROMPT=1 export GIT_TERMINAL_PROMPT=1
export PATH:=deps:$(PATH) export PATH:=deps:$(PATH)