ci: report slowest 25 integration tests via pytest --durations=25 — instrumentation pass before deciding parallelization vs targeted slow-test fixes

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-25 13:09:25 -04:00
parent 5666fd5ca5
commit 1bbe478fd0
+1 -1
View File
@@ -121,4 +121,4 @@ jobs:
done
pip install -r requirements.txt pytest pytest-asyncio
alembic upgrade head
pytest tests/ -v -m integration
pytest tests/ -v -m integration --durations=25