forked from phoenix/litellm-mirror
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:
|
local_testing:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.8
|
- image: circleci/python:3.8
|
||||||
|
parallelism: 4
|
||||||
working_directory: ~/project
|
working_directory: ~/project
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -53,7 +54,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: |
|
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
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue