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:
Lukas Wirth
2025-11-17 18:59:48 +01:00
committed by GitHub
parent 671500de1b
commit 46ad6c0bbb
8 changed files with 12 additions and 16 deletions

View File

@@ -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> {