Skip to content

Commit

Permalink
tmp go test -v
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwinger233 committed Jul 19, 2020
1 parent 16fe39f commit 341272f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function unit_pass {
else
USERTIMEOUT="${TIMEOUT}"
fi
go test -mod=mod ${GO_TEST_FLAG} -timeout "${USERTIMEOUT}" "${COVER}" ${RACE} -cpu "${TEST_CPUS}" ${RUN_ARG} "$@" "${TEST[@]}"
go test -mod=mod ${GO_TEST_FLAG} -timeout "${USERTIMEOUT}" "${COVER}" ${RACE} -v -cpu "${TEST_CPUS}" ${RUN_ARG} "$@" "${TEST[@]}"
}

function integration_pass {
Expand Down

0 comments on commit 341272f

Please sign in to comment.