Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
install pflags in tmp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix committed Jan 3, 2020
1 parent 9b979a9 commit 1ac0800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ac0800

Please sign in to comment.