Skip to content

Commit

Permalink
Turn on GO mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Pan committed Feb 8, 2019
1 parent 8bbe1b7 commit 91e3a3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ if ! [[ "$0" =~ hack/test-integration.sh ]]; then
exit 127
fi

export GO111MODULE=on
go test -c ./tests/integration/... -o bin/integration.test && \
sudo -E bin/integration.test -test.v -ginkgo.v

0 comments on commit 91e3a3c

Please sign in to comment.