From c840f63a277f630b70e8ee0cf704be7a7f01b984 Mon Sep 17 00:00:00 2001 From: Braden Date: Wed, 27 Mar 2024 17:08:57 -0600 Subject: [PATCH] Added -vvv to pytest --- .github/workflows/ubi8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubi8.yml b/.github/workflows/ubi8.yml index fce7d68b4..adce5e1c8 100644 --- a/.github/workflows/ubi8.yml +++ b/.github/workflows/ubi8.yml @@ -40,4 +40,4 @@ jobs: run: | python3 -m pip install -r ../requirements.txt export PYTHONPATH=$PWD/../ - pytest --color=yes -rs -vv --cov=. --cov-report term --cov-config=.coveragerc \ No newline at end of file + pytest --color=yes -rs -vvv --cov=. --cov-report term --cov-config=.coveragerc \ No newline at end of file