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

Commit 73e30a6

Browse files
committed
tests: add go-get safety check whilst vgo stuff is in flux
1 parent 7cf02ba commit 73e30a6

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)