Use short integration tests by default

This commit is contained in:
Jakob Borg 2014-11-30 00:07:36 +01:00
parent 90de5659ea
commit 5dbaf6ceb0
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ case "${1:-default}" in
&& go run build.go -race \
&& export GOPATH=$(pwd)/Godeps/_workspace:$GOPATH \
&& cd test \
&& go test -tags integration -v -timeout 30m'
&& go test -tags integration -v -timeout 30m -short'
;;
*)