Make tests verbose
This commit is contained in:
parent
cfd636401e
commit
8ceb5ef133
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: python -m pip install --upgrade pip pytest
|
||||
- name: Run tests with pytest
|
||||
run: pytest tests.py
|
||||
run: pytest -v tests.py
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue