forked from phoenix/litellm-mirror
Updated config.yml
This commit is contained in:
parent
55f963d89a
commit
79a26225b9
1 changed files with 3 additions and 2 deletions
|
@ -44,9 +44,10 @@ jobs:
|
||||||
|
|
||||||
# Run pytest and generate JUnit XML report
|
# Run pytest and generate JUnit XML report
|
||||||
- run:
|
- run:
|
||||||
name: Run Pytest with JUnit report
|
name: Run tests in parallel
|
||||||
command: |
|
command: |
|
||||||
python -m pytest --junitxml=test-results/junit.xml
|
# Split tests into separate workers
|
||||||
|
python -m pytest -n 50 --junitxml=test-results/junit.xml
|
||||||
|
|
||||||
# Store test results
|
# Store test results
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue