Skip to content

tests: rust: Use shared build cache - #142

Merged
bact merged 1 commit into
mainfrom
rust-speedup
Aug 13, 2026
Merged

tests: rust: Use shared build cache#142
bact merged 1 commit into
mainfrom
rust-speedup

Conversation

@JPEWdev

@JPEWdev JPEWdev commented Aug 12, 2026

Copy link
Copy Markdown
Owner

Most of the rust tests use the same crates and thus can share build artifacts to improve test times. Setting CARGO_BUILD_BUILD_DIR to a common directory when building enables this.

This results in a 90% reduction in processing time for the rust tests

Most of the rust tests use the same crates and thus can share build
artifacts to improve test times. Setting CARGO_BUILD_BUILD_DIR to a
common directory when building enables this.

This results in a 90% reduction in processing time for the rust tests
@JPEWdev
JPEWdev requested a review from bact August 12, 2026 22:11
@github-actions

Copy link
Copy Markdown

Coverage report

This PR does not seem to contain any modification to coverable code.

@bact bact added the tests Tests, test spec, test data label Aug 13, 2026
@bact
bact merged commit 4eb9019 into main Aug 13, 2026
17 checks passed
@bact
bact deleted the rust-speedup branch August 13, 2026 10:28
@bact

bact commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Very significant. We are under 20 mins now.

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

Labels

tests Tests, test spec, test data

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants