Skip to content

Commit

Permalink
Pass --verify when running HIL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Sep 18, 2024
1 parent d9532bb commit f245d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f245d8e

Please sign in to comment.