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

Commit 515c913

Browse files
authored
Merge pull request #119 from myitcv/add_go_get_safety_check
tests: add go-get safety check whilst vgo stuff is in flux
2 parents 7cf02ba + 73e30a6 commit 515c913

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_scripts/run_tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,8 @@ immutableVet ./...
8383
# we need to explicitly test the generated test files
8484
go test myitcv.io/react/cmd/stateGen/_testFiles/
8585

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

0 commit comments

Comments
 (0)