test: set up gopath in 3.2

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-04-12 18:26:15 -07:00
parent 71a5f77032
commit 3b770ee8b4

3
test
View File

@ -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