Add Rust build caching to CI - #29
Conversation
Cache ~/.cargo and src-tauri/target via Swatinem/rust-cache to avoid recompiling the full dependency tree on every publish build.
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Claude finished @cohogan's task in 44s —— View job Code Review: Add Rust build caching to CI
Verdict: Approve ✅ Clean, minimal PR. The cache step is correctly placed and the version bump is consistent across all three locations. Workflow changes (
|
Adds Swatinem/rust-cache@v2 to the publish workflow and bumps version to 0.2.2. First post-merge build is still cold; speedup starts on the second build.