diff --git a/build.sh b/build.sh index 55f020cb2..6da2779f0 100755 --- a/build.sh +++ b/build.sh @@ -9,7 +9,7 @@ if [[ $1 == "-f" ]] ; then fi if [[ $fast != yes ]] ; then - go get + go get -d go test ./... fi