From 1aa867ecfc8aefa262b68dd5fbb77be825e7a59a Mon Sep 17 00:00:00 2001 From: Grigory Efimov Date: Wed, 11 Jan 2023 15:20:13 +0300 Subject: [PATCH] add export GIT_TERMINAL_PROMPT=1 --- .github/workflows/coverage.yml | 1 - Makefile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b302fea9..e004e503 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -17,7 +17,6 @@ jobs: git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}" - name: Vet run: | - export GOPRIVATE=github.com/anytypeio make vet - name: Unit tests run: | diff --git a/Makefile b/Makefile index 140356d4..c4c028a8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ .PHONY: proto test test-coverage vet deps export GOPRIVATE=github.com/anytypeio +export GIT_TERMINAL_PROMPT=1 export PATH:=deps:$(PATH) proto: