Skip to content

Commit

Permalink
Added -vvv to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
braden6521 committed Mar 27, 2024
1 parent 7ccd13c commit c840f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubi8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
pytest --color=yes -rs -vvv --cov=. --cov-report term --cov-config=.coveragerc

0 comments on commit c840f63

Please sign in to comment.