test: fix tests

This commit is contained in:
Krrish Dholakia
2025-09-27 11:09:25 -07:00
parent 09556d0a44
commit 5cdeb63cdd
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -40,4 +40,4 @@ jobs:
cd ..
- name: Run tests
run: |
poetry run pytest tests/test_litellm -vv -n 4
poetry run pytest tests/test_litellm --tb=short -vv --maxfail=10 -n 4