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:
Gabriel Luiz Freitas Almeida 2024-11-06 09:52:29 -03:00 committed by GitHub
commit e5969b2f18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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