fix .github/workflows/coverage.yml

This commit is contained in:
Grigory Efimov 2023-01-11 16:29:21 +03:00 committed by Grigory Efimov
parent 35e58ae20f
commit 993403bf76

View File

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