Skip to content

ci(rust): try opt-level 1 for Rust tests#5819

Draft
wjones127 wants to merge 1 commit intolance-format:mainfrom
wjones127:ci/faster-rust-tests
Draft

ci(rust): try opt-level 1 for Rust tests#5819
wjones127 wants to merge 1 commit intolance-format:mainfrom
wjones127:ci/faster-rust-tests

Conversation

@wjones127
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the ci Github Action or Test issues label Jan 26, 2026
@github-actions
Copy link
Contributor

Code Review

LGTM - This is a reasonable optimization for CI test builds.

Adding opt-level = 1 to the [profile.ci] enables basic optimizations during test compilation, which can significantly speed up test execution time while keeping compile times reasonable. This is a well-known tradeoff for test profiles.

No concerns with this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Github Action or Test issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant