parallel runs

This commit is contained in:
Adil Hafeez 2026-02-09 11:31:02 -08:00
parent 52903d8662
commit 36af25b0df
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 2 additions and 1 deletions

View file

@ -42,7 +42,7 @@ cd -
# Run both test suites that share this config in a single pytest invocation
log "running e2e tests for model alias routing + openai responses api"
uv run pytest test_model_alias_routing.py test_openai_responses_api_client.py
uv run pytest -n auto test_model_alias_routing.py test_openai_responses_api_client.py
# Cleanup
log "shutting down"