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:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: |
|
command: |
|
||||||
python -m pytest --junitxml=test-results/junit.xml
|
python -m pytest -vv --junitxml=test-results/junit.xml
|
||||||
|
|
||||||
# Store test results
|
# Store test results
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue