Use short integration tests by default
This commit is contained in:
parent
90de5659ea
commit
5dbaf6ceb0
2
build.sh
2
build.sh
@ -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'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user