From 0fb95faa5027de48da3e105e9f9d7459ebac44f4 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 7 Oct 2023 18:28:25 -0700 Subject: [PATCH] ci(config.yml): run all tests on circle ci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 43ffb9ddd..f0e6330e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,7 @@ jobs: command: | pwd ls - python -m pytest -vv litellm/tests/test_logging.py --junitxml=test-results/junit.xml + python -m pytest -vv litellm/tests/ --junitxml=test-results/junit.xml no_output_timeout: 30m # Store test results