ci(config.yml): run all router tests

This commit is contained in:
Krrish Dholakia 2024-10-12 16:01:57 -07:00
parent fc13c023b7
commit a208c275d6

View file

@ -176,7 +176,7 @@ jobs:
command: |
pwd
ls
python -m pytest tests/local_testing/test_router.py --cov=litellm --cov-report=xml -vv -k "router" -x -s -v --junitxml=test-results/junit.xml --durations=5
python -m pytest tests/local_testing --cov=litellm --cov-report=xml -vv -k "router" -x -s -v --junitxml=test-results/junit.xml --durations=5
no_output_timeout: 120m
- run:
name: Rename the coverage files