mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
ci(config.yml): run all tests on circle ci
This commit is contained in:
parent
28a2e31ede
commit
0fb95faa50
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls
|
||||||
python -m pytest -vv litellm/tests/test_logging.py --junitxml=test-results/junit.xml
|
python -m pytest -vv litellm/tests/ --junitxml=test-results/junit.xml
|
||||||
no_output_timeout: 30m
|
no_output_timeout: 30m
|
||||||
|
|
||||||
# Store test results
|
# Store test results
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue