Skip to content

Commit

Permalink
-vvv
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 23, 2024
1 parent 4fed0ac commit 2307bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Tox tests (pins)
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
run: |
tox -e pins
tox -e pins -- -vvv
- name: Tox tests
run: |
tox -e py
tox -e py -- -vvv
- name: Test CLI
run: |
Expand Down

0 comments on commit 2307bf0

Please sign in to comment.