github.com/whiteCcinn/protobuf-go@v1.0.9/test.bash (about) 1 #!/bin/bash 2 # Copyright 2018 The Go Authors. All rights reserved. 3 # Use of this source code is governed by a BSD-style 4 # license that can be found in the LICENSE file. 5 6 cd "$(git rev-parse --show-toplevel)" 7 go test -v -mod=vendor -timeout=60m -count=1 integration_test.go -failfast "$@" 8 exit $?