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

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix committed Jan 3, 2020
1 parent 9b979a9 commit 6df3f55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ generate: # generate protos, mocks and pflags
.PHONY: test
test: # ensures generate_protos script has been run
make install
git diff
which pflags || (go get github.com/lyft/flytestdlib/cli/pflags)
go mod download
git diff
./generate_mocks.sh
git diff
go generate ./...
git diff
DELTA_CHECK=true ./generate_protos.sh

.PHONY: test_unit
Expand Down

0 comments on commit 6df3f55

Please sign in to comment.