Only fetch deps, don't build

This commit is contained in:
Jakob Borg 2014-01-09 23:00:23 +01:00
parent b9af45bc6b
commit 92dee7c082

View File

@ -9,7 +9,7 @@ if [[ $1 == "-f" ]] ; then
fi fi
if [[ $fast != yes ]] ; then if [[ $fast != yes ]] ; then
go get go get -d
go test ./... go test ./...
fi fi