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
fix: Make bloat analysis optional and fix CI workflows
- Make bloat analysis optional in precommit to avoid CI failures
- Update size-analysis.yml to use cargo bloat directly instead of xtask
- Fix workflow to handle cases where xtask bloat command is unavailable
- Add proper error handling for missing cargo-bloat installation
- Only upload bloat reports if they exist (conditional artifact upload)
This ensures CI workflows work on branches without bloat functionality
while still providing size analysis when available.
0 commit comments