diff --git a/test.sh b/test.sh index 0a8d91e85..d95a9b76e 100755 --- a/test.sh +++ b/test.sh @@ -12,7 +12,7 @@ fi for d in $( find ./* -maxdepth 10 ! -path "./vendor*" ! -path "./.git*" ! -path "./scripts*" -type d); do if ls $d/*.go &> /dev/null; then - args="-race -coverprofile=profile.out -covermode=atomic $d" + args="-race -v -coverprofile=profile.out -covermode=atomic $d" if [ "$use_go_test" == true ]; then gotest $args else