Skip to content
This repository was archived by the owner on Aug 27, 2018. It is now read-only.

tests: add go-get safety check whilst vgo migration is in flux #119

Merged
merged 1 commit into from
Apr 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,8 @@ immutableVet ./...
# we need to explicitly test the generated test files
go test myitcv.io/react/cmd/stateGen/_testFiles/

# off the back of https://github.com/myitcv/react/issues/116#issuecomment-380280847
# ensure that we can go get myitcv.io/react/... in a totally clean environment
cd `mktemp -d`
export GOPATH=$PWD
go get myitcv.io/react/...