forked from phoenix/litellm-mirror
make test more verbose
This commit is contained in:
parent
9067ec3b43
commit
451ce6eeb3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue