mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-05-28 16:28:17 +00:00
Run tox in verbose mode
This commit is contained in:
parent
72bde0ee1d
commit
cd80f6860d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -24,7 +24,8 @@ jobs:
|
||||||
python -m pip install --upgrade tox tox-gh-actions
|
python -m pip install --upgrade tox tox-gh-actions
|
||||||
|
|
||||||
- name: Tox tests
|
- name: Tox tests
|
||||||
run: tox
|
run: |
|
||||||
|
tox -v
|
||||||
|
|
||||||
- name: Upload coverage
|
- name: Upload coverage
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue