Skip to content

Commit

Permalink
Add -mod vendor to ginkgo build
Browse files Browse the repository at this point in the history
[#164956617]

Co-authored-by: Danail Branekov <[email protected]>
  • Loading branch information
georgethebeatle and danail-branekov committed Apr 10, 2019
1 parent ab84e7b commit d24d551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ help:
###### Testing ################################################################

compile-tests:
ginkgo build -r .; find . -name '*.test' | xargs rm
ginkgo build -mod vendor -r .; find . -name '*.test' | xargs rm

unit:
./script/test -u
Expand Down

0 comments on commit d24d551

Please sign in to comment.