Skip to content

Commit

Permalink
Merge pull request #4482 from diego1q2w/disable-go-test-v-dev
Browse files Browse the repository at this point in the history
disable go test verbose flag
  • Loading branch information
ONECasey authored Aug 4, 2023
2 parents 99bb632 + 88d8dd6 commit fa9546d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis_go_checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa9546d

Please sign in to comment.