From 75c739ce4fd055a6d5fe7cf3fbfe3c32e01c0d64 Mon Sep 17 00:00:00 2001 From: Grigory Efimov Date: Wed, 11 Jan 2023 17:08:43 +0300 Subject: [PATCH] Makefile: revert tests --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 07ec9d69..140356d4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ .PHONY: proto test test-coverage vet deps -export GOPRIVATE=github.com/anytypeio/* -export GOPROXY=direct -export GIT_TERMINAL_PROMPT=1 +export GOPRIVATE=github.com/anytypeio export PATH:=deps:$(PATH) proto: