Skip to content

ci: run independent checks in parallel#1587

Draft
dqn wants to merge 4 commits into
mainfrom
ci/parallel-actions-steps
Draft

ci: run independent checks in parallel#1587
dqn wants to merge 4 commits into
mainfrom
ci/parallel-actions-steps

Conversation

@dqn

@dqn dqn commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Summary

CI now runs independent GitHub Actions checks in parallel where the jobs already share the same setup.

Verification

PR checks completed with 0 failures, and GitHub Actions accepted step-level parallel syntax in ci and Template Tests.

Area Sequential step total Parallel wall time Observed effect
ci lint/format group ~21s 11s ~10s saved
ci post-generate checks ~30s 9s ~21s saved
Template tests (Ubuntu) ~23s 14s ~9s saved
Template tests (Windows) ~45s 28s ~17s saved

Notes

Whole-job timings are noisy because install and individual command duration varied between runs. zizmor v1.26.1 still warns on workflows that use parallel, so this PR should stay draft until we decide whether that tooling coverage gap is acceptable or wait for upstream support.

@changeset-bot

changeset-bot Bot commented Jun 27, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 699555c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dqn dqn marked this pull request as ready for review July 4, 2026 01:58
@dqn dqn requested review from a team as code owners July 4, 2026 01:58
@dqn dqn marked this pull request as draft July 4, 2026 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant