From 1ac08000e18fdb2e1a1714b22cec009f090391f3 Mon Sep 17 00:00:00 2001 From: Hongxin Liang Date: Fri, 3 Jan 2020 18:32:47 +0100 Subject: [PATCH] install pflags in tmp folder --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d3de0d627..fd2d75ea6 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,8 @@ generate: # generate protos, mocks and pflags .PHONY: test test: # ensures generate_protos script has been run make install + which pflags || (cd /tmp && go get github.com/lyft/flytestdlib/cli/pflags && cd -) git diff - which pflags || (go get github.com/lyft/flytestdlib/cli/pflags) - go mod download ./generate_mocks.sh go generate ./... DELTA_CHECK=true ./generate_protos.sh