Skip to content

ci: split CI into parallel jobs#9

Open
mattapperson wants to merge 1 commit intomainfrom
ci-parallel-checks
Open

ci: split CI into parallel jobs#9
mattapperson wants to merge 1 commit intomainfrom
ci-parallel-checks

Conversation

@mattapperson
Copy link
Copy Markdown
Collaborator

Summary

  • Split the single sequential validate job into four independent parallel jobs: lint, typecheck, unit-tests, and e2e-tests
  • Each job runs its own checkout/install so they execute concurrently
  • Adds the existing test:e2e script as a dedicated CI check

Test plan

  • Verify all four jobs appear and run in parallel on this PR
  • Confirm each job passes independently

The single sequential `validate` job is now four independent jobs that
run in parallel, reducing PR feedback time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant