From a208c275d63d8802ca8dc0222849c38f64e80ac1 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 12 Oct 2024 16:01:57 -0700 Subject: [PATCH] ci(config.yml): run all router tests --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 124b60856..de5da12bc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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