mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
parallel testing
This commit is contained in:
parent
ba82b98189
commit
04e52d2443
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ jobs:
|
|||
local_testing:
|
||||
docker:
|
||||
- image: circleci/python:3.8
|
||||
parallelism: 4
|
||||
working_directory: ~/project
|
||||
|
||||
steps:
|
||||
|
@ -53,7 +54,7 @@ jobs:
|
|||
- run:
|
||||
name: Run tests
|
||||
command: |
|
||||
python -m pytest -vv --junitxml=test-results/junit.xml
|
||||
python -m pytest -vv --junitxml=test-results/junit.xml | circleci tests split --split-by=timings
|
||||
|
||||
# Store test results
|
||||
- store_test_results:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue