Browse Source

test: set up gopath in 3.2

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
3b770ee8b4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      test

+ 3 - 0
test

@@ -40,6 +40,9 @@ if [[ "${PASSES}" == *"functional"* ]]; then
 	./functional/build
 fi
 
+# build tests with vendored dependencies
+etcd_setup_gopath
+
 if [ -z "$PASSES" ]; then
 	PASSES="fmt bom dep build unit"
 fi