ci: parallelize Format/Analyze/CheckGenerated/Coverage in Check() #513

Merged
guettlibot merged 2 commits from issue-491-parallelize-check into main 2026-06-07 02:38:36 +00:00
2 Commits
Author SHA1 Message Date
Bot of Thomas Güttler a04b576414 Merge branch 'main' into issue-491-parallelize-check 2026-06-07 04:27:19 +02:00
Thomas GuettlerandClaude Sonnet 4.6 90c08a98cd ci: parallelize Format/Analyze/CheckGenerated/Coverage in Check()
Run the four independent check steps concurrently using an errgroup,
matching the pattern already used for TestBackend/TestIntegration.
This cuts expected wall-clock time for the Check() phase by ~50%.

Closes #491

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 00:16:54 +00:00