Merge pull request #4482 from diego1q2w/disable-go-test-v-dev

disable go test verbose flag
pull/4486/head
Casey Gardiner 1 year ago committed by GitHub
commit fa9546d20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/travis_go_checker.sh

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

Loading…
Cancel
Save