mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 21:00:59 +00:00
Fix running specific test (#4142)
This commit is contained in:
parent
69776eb638
commit
f0d029b29d
@ -534,8 +534,7 @@ pub fn generate_build_command(
|
|||||||
.manifest_path(cwd.join("Cargo.toml"))
|
.manifest_path(cwd.join("Cargo.toml"))
|
||||||
.config_path(cwd.join(".cargo").join("config.toml"))
|
.config_path(cwd.join(".cargo").join("config.toml"))
|
||||||
.target(target)
|
.target(target)
|
||||||
.features(&features)
|
.features(&features);
|
||||||
.args(extra_args);
|
|
||||||
|
|
||||||
let subcommand = if matches!(action, CargoAction::Build(_)) {
|
let subcommand = if matches!(action, CargoAction::Build(_)) {
|
||||||
"build"
|
"build"
|
||||||
@ -605,6 +604,8 @@ pub fn generate_build_command(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let builder = builder.args(extra_args);
|
||||||
|
|
||||||
Ok(builder)
|
Ok(builder)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user