mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Run pytest with more output
This commit is contained in:
parent
5c4b23518e
commit
7f63000d01
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
|
@ -22,4 +22,4 @@ jobs:
|
|||
pip install pytest
|
||||
- name: Run Unittests with pytest
|
||||
run: |
|
||||
xvfb-run pytest .
|
||||
xvfb-run pytest -v -s .
|
||||
|
|
|
|||
Loading…
Reference in a new issue