mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
Add the most important message
This commit is contained in:
parent
eac593e300
commit
fa8af4cbcf
2 changed files with 5 additions and 3 deletions
|
|
@ -298,7 +298,7 @@ fn main() -> anyhow::Result<()> {
|
|||
}
|
||||
};
|
||||
|
||||
handle_results(globals, final_run_results)
|
||||
handle_results(globals, final_run_results).map_err(|_| anyhow::anyhow!("Commands failed"))
|
||||
}
|
||||
|
||||
// run example binary `example`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue