mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 04:40:52 +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"))
|
||||
.config_path(cwd.join(".cargo").join("config.toml"))
|
||||
.target(target)
|
||||
.features(&features)
|
||||
.args(extra_args);
|
||||
.features(&features);
|
||||
|
||||
let subcommand = if matches!(action, CargoAction::Build(_)) {
|
||||
"build"
|
||||
@ -605,6 +604,8 @@ pub fn generate_build_command(
|
||||
);
|
||||
}
|
||||
|
||||
let builder = builder.args(extra_args);
|
||||
|
||||
Ok(builder)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user