Summary
The backend CI job currently runs the full test suite in one block, which makes failure triage slower than necessary.
Scope
- Separate unit and integration coverage into distinct jobs or phases.
- Keep dependency installation overhead reasonable.
- Preserve the current benchmark exclusion behavior.
Acceptance criteria
Summary
The backend CI job currently runs the full test suite in one block, which makes failure triage slower than necessary.
Scope
Acceptance criteria