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(ci): simplify approach - use single-threaded release builds
- Remove slow disk cleanup step that was taking too long
- Use cargo test --release --jobs 1 for minimal resource usage
- Set CARGO_BUILD_JOBS=1 to limit parallel compilation
- Focus on core solution: single-threaded release builds
This should be faster and more reliable than disk cleanup.
0 commit comments