diff --git a/run-tests.sh b/run-tests.sh index 72e1fc10..1f8636a0 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -21,4 +21,4 @@ if [[ ! -z "$NOT_CI" ]]; then fi -pytest -n 8 tests -m "$TEST_SUITE" \ No newline at end of file +pytest -v -n 8 tests -m "$TEST_SUITE" \ No newline at end of file