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
.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…
Reference in New Issue
Block a user