make test more verbose
This commit is contained in:
parent
9067ec3b43
commit
451ce6eeb3
@ -53,7 +53,7 @@ jobs:
|
||||
- run:
|
||||
name: Run tests
|
||||
command: |
|
||||
python -m pytest --junitxml=test-results/junit.xml
|
||||
python -m pytest -vv --junitxml=test-results/junit.xml
|
||||
|
||||
# Store test results
|
||||
- store_test_results:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user