Skip to content

ci: add check_standalone job to verify each crate compiles independently#2389

Open
kevinjqliu wants to merge 1 commit intoapache:mainfrom
kevinjqliu:kevinjqliu/check-standalone-package
Open

ci: add check_standalone job to verify each crate compiles independently#2389
kevinjqliu wants to merge 1 commit intoapache:mainfrom
kevinjqliu:kevinjqliu/check-standalone-package

Conversation

@kevinjqliu
Copy link
Copy Markdown
Contributor

Which issue does this PR close?

What changes are included in this PR?

Adds a CI job that checks each workspace crate individually (cargo check -p <crate> --all-targets),
catching missing feature declarations that are otherwise masked by Cargo's feature unification
across the workspace.

Are these changes tested?

Co-authored-by: Copilot <copilot@github.com>
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