ci: Update Codspeed workflow to exclude api_key_required tests and enable parallel execution (#4412)
fix: update codspeed workflow to exclude api_key_required tests and run in parallel
This commit is contained in:
parent
ed692530fb
commit
e5969b2f18
1 changed files with 3 additions and 1 deletions
4
.github/workflows/codspeed.yml
vendored
4
.github/workflows/codspeed.yml
vendored
|
|
@ -27,6 +27,8 @@ jobs:
|
|||
run: |
|
||||
uv run pytest src/backend/tests \
|
||||
--ignore=src/backend/tests/integration \
|
||||
--codspeed
|
||||
--codspeed \
|
||||
-m "not api_key_required" \
|
||||
-n auto
|
||||
- name: Minimize uv cache
|
||||
run: uv cache prune --ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue