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…
Reference in New Issue
Block a user