ci: Remove remaining nextest compiles (#42630)
Follow up to https://github.com/zed-industries/zed/pull/42556 Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
@@ -35,8 +35,8 @@ pub fn run_perf(base: &Input, head: &Input, crate_name: &Input) -> NamedJob {
|
||||
))
|
||||
}
|
||||
|
||||
fn install_hyperfine() -> Step<Run> {
|
||||
named::bash("cargo install hyperfine")
|
||||
fn install_hyperfine() -> Step<Use> {
|
||||
named::uses("taiki-e", "install-action", "hyperfine")
|
||||
}
|
||||
|
||||
fn compare_runs(head: &Input, base: &Input) -> Step<Run> {
|
||||
|
||||
Reference in New Issue
Block a user