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
Every Rust file change triggers cargo nextest run across the entire 43-crate workspace, even when only a leaf crate (connector plugin, bench tool, CLI) was modified. This wastes CI time on PRs that don't affect most of the codebase.
Every Rust file change triggers
cargo nextest runacross the entire 43-crate workspace, even when only a leaf crate (connector plugin, bench tool, CLI) was modified. This wastes CI time on PRs that don't affect most of the codebase.