Cargo Save Cost
Version updated for https://github.com/Sieluna/cargo_save_cost to version v0.1.0-alpha.1.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Cargo Save Cost GitHub Action optimizes CI workflows in large Rust workspaces by intelligently identifying and testing only the affected crates and their downstream dependencies. This reduces unnecessary testing, saving time and resources, while ensuring that breaking changes are detected. Its key capabilities include smart test selection based on Git changes, dependency analysis, and performance optimization for Rust projects.
Release notes
What’s Changed
- Implement basic features
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/Sieluna/cargo_save_cost/pull/1
New Contributors
- @Sieluna made their first contribution
Full Changelog: https://github.com/Sieluna/cargo_save_cost/commits/v0.1.0-alpha.1