Skip to content

Commit 72ffe22

Browse files
committed
CI: Add verbosity to tox
1 parent de95f7b commit 72ffe22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Show tox config
152152
run: pipx run tox c
153153
- name: Run tox
154-
run: tox --exit-and-dump-after 1200
154+
run: tox -v --exit-and-dump-after 1200
155155
- uses: codecov/codecov-action@v3
156156
if: ${{ always() }}
157157
with:

0 commit comments

Comments
 (0)