disable go test verbose flag

pull/4482/head
Diego Nava 1 year ago
parent 0e4b629fbe
commit 88d8dd6cd4
No known key found for this signature in database
GPG Key ID: 61AFC8738DA8B8B1
  1. 2
      scripts/travis_go_checker.sh

@ -84,7 +84,7 @@ fi
echo "Running go test..."
# Fix https://github.com/golang/go/issues/44129#issuecomment-788351567
go get -t ./...
if go test -v -count=1 -vet=all -race ./...
if go test -count=1 -vet=all -race ./...
then
echo "go test succeeded."
else

Loading…
Cancel
Save