fix(ci): Fix CI and simplify the setup - #5677
Conversation
artemyarulin
commented
Sep 8, 2026
- Run cached Rust validation on every pull request without third-party change detection.
- Keep event and queue tuple-limit expectations test-only so warning-denied builds pass.
|
This PR was not deployed automatically as @artemyarulin does not have access to the Railway project. In order to get automatic PR deploys, please add @artemyarulin to your workspace on Railway. |
ReviewSmall, focused CI fix. Verified the changes against What it does:
Correctness: No issues found. The glob import in Trade-off worth confirming (not a blocker): every PR now pays the full Test coverage: N/A for this change, it is CI config plus a no-op code relocation, not new logic, so no new tests are needed. Security: Removing the third-party |
c80dda6 to
443664b
Compare