mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test: update test to not stop on first error (allows us to see all issues)
This commit is contained in:
parent
7278ae5305
commit
a569e4d711
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-linting.yml
vendored
2
.github/workflows/test-linting.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/test-litellm.yml
vendored
2
.github/workflows/test-litellm.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue