Skip to content

ci: split rust checks into focused jobs#27

Merged
ubugeeei merged 1 commit into
mainfrom
codex/split-ci-checks
May 18, 2026
Merged

ci: split rust checks into focused jobs#27
ubugeeei merged 1 commit into
mainfrom
codex/split-ci-checks

Conversation

@ubugeeei
Copy link
Copy Markdown
Member

Summary

  • Split the single rust CI job into focused metadata, format, check, clippy, and test jobs.
  • Keep bench manual-only through workflow_dispatch.
  • Add explicit rustfmt/clippy toolchain components where those jobs need them.
  • Mirror the split in package scripts with check:wasm and test:doc, and update ci:local to run the same layers locally.

Local validation before push

  • pnpm ci:local
  • YAML parse for workflow/dependabot files
  • git diff --check

Closes #26

@ubugeeei ubugeeei merged commit 8fba408 into main May 18, 2026
6 checks passed
@ubugeeei ubugeeei deleted the codex/split-ci-checks branch May 18, 2026 05:11
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.

ci: split Rust checks into focused jobs

1 participant