Skip to content

Commit

Permalink
Pass --verify when running HIL tests (#2188)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani authored Sep 18, 2024
1 parent b1ca30e commit c0a9934
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 c0a9934

Please sign in to comment.