Skip to content

Commit

Permalink
add verbose to workflow tox
Browse files Browse the repository at this point in the history
  • Loading branch information
robelgeda committed Aug 6, 2023
1 parent 9a7b46e commit 7f59700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
python -m pip install tox
- name: Test with Tox
run: |
tox -e ${{ matrix.tox_env }}
tox -v -e ${{ matrix.tox_env }} --colored

0 comments on commit 7f59700

Please sign in to comment.