mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 14:44:42 +00:00
Pass --verify when running HIL tests (#2188)
This commit is contained in:
parent
b1ca30e404
commit
c0a9934e62
@ -732,6 +732,8 @@ fn run_elfs(args: RunElfArgs) -> Result<()> {
|
||||
command.arg("--speed").arg("15000");
|
||||
};
|
||||
|
||||
command.arg("--verify");
|
||||
|
||||
let mut command = command.spawn().context("Failed to execute probe-rs")?;
|
||||
let status = command
|
||||
.wait()
|
||||
|
Loading…
x
Reference in New Issue
Block a user