瀏覽代碼

test: set up gopath in 3.2

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 年之前
父節點
當前提交
3b770ee8b4
共有 1 個文件被更改,包括 3 次插入0 次删除
  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