Quellcode durchsuchen

test: set up gopath in 3.2

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee vor 8 Jahren
Ursprung
Commit
3b770ee8b4
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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