diff --git a/go/test/test.sh b/go/test/test.sh index baff573..cd0fde1 100755 --- a/go/test/test.sh +++ b/go/test/test.sh @@ -5,7 +5,7 @@ TAGS=${1:-} TIMEOUT=${2:-} PARALLEL=${3:-} -cmd="go test ./... -coverprofile=coverage.out" +cmd="go test -v ./... -coverprofile=coverage.out" # find non-ignored subdirectories file_list=()