mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 16:24:59 +00:00
test: update test to not stop on first error (allows us to see all issues)
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
- name: Run MyPy type checking
|
||||
run: |
|
||||
cd litellm
|
||||
poetry run mypy . --ignore-missing-imports
|
||||
poetry run mypy . --config-file=mypy.ini
|
||||
cd ..
|
||||
|
||||
- name: Check for circular imports
|
||||
|
||||
@@ -40,4 +40,4 @@ jobs:
|
||||
cd ..
|
||||
- name: Run tests
|
||||
run: |
|
||||
poetry run pytest tests/test_litellm -x -vv -n 4
|
||||
poetry run pytest tests/test_litellm -vv -n 4
|
||||
|
||||
Reference in New Issue
Block a user