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

View File

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