You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: replace manual cargo cache with Swatinem/rust-cache (#68)
Replace all 5 instances of manual actions/cache configuration with
Swatinem/rust-cache@v2 across build, lint, and test workflows.
Benefits:
- Smarter cache key (includes Cargo.lock + Cargo.toml + toolchain)
- Auto-cleanup of stale target artifacts to prevent cache bloat
- cache-on-failure saves cache even on build errors
- Simpler configuration (3 lines vs 10+ lines per job)
0 commit comments