[cicd] github pytest workflow add -vvv option
This commit is contained in:
parent
ece4ab1132
commit
ad2acabf34
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -30,4 +30,4 @@ jobs:
|
|||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pytest
|
||||
pytest -vvv
|
||||
|
|
Loading…
Reference in a new issue