Skip to content

ci(rust): align test feature flags with clippy to enable artifact reuse#644

Closed
geordie wants to merge 1 commit intoafadil:mainfrom
geordie:speed-up-rust-check-in-pr-check
Closed

ci(rust): align test feature flags with clippy to enable artifact reuse#644
geordie wants to merge 1 commit intoafadil:mainfrom
geordie:speed-up-rust-check-in-pr-check

Conversation

@geordie
Copy link
Contributor

@geordie geordie commented Mar 2, 2026

Add --all-features flag to the Test step of the rust pr-check. This should trigger asset resuse between the clippy step and the test step.

Resolves #643

Add --all-features to cargo test so it matches cargo clippy's feature
set. This allows cargo to reuse compiled artifacts between the two steps
instead of recompiling from scratch.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@geordie
Copy link
Contributor Author

geordie commented Mar 2, 2026

this didn't help

@geordie geordie closed this Mar 2, 2026
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][rust] Faster rust pr-checks

1 participant