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:
|
||||
name: Run Pytest with JUnit report
|
||||
name: Run tests in parallel
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue