ci(config.yml): run all tests on circle ci

This commit is contained in:
Krrish Dholakia
2023-10-07 18:28:25 -07:00
parent 28a2e31ede
commit 0fb95faa50
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
command: |
pwd
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
# Store test results