Skip to content

Commit e99530f

Browse files
committed
pin test cargo-nextest version to 0.9.91
1 parent c347f57 commit e99530f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fn build_wasm(_arg: &str) -> Result<()> {
7676

7777
fn run_tests(arg: &str) -> Result<()> {
7878
println!("installing nextest");
79-
run_cargo(&["install", "cargo-nextest"])?;
79+
run_cargo(&["install", "cargo-nextest@0.9.91"])?;
8080
println!("running nextest run");
8181
run_cargo(&["nextest", "run", arg])?;
8282

0 commit comments

Comments
 (0)