Exit with code 1 on check failures.
continuous-integration/drone the build was successful Details

Closes #51.
This commit is contained in:
Olivier 'reivilibre' 2021-09-05 22:15:56 +01:00
parent f86b37845a
commit ed758a8eaf
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ fn main() -> anyhow::Result<()> {
if error_count > 0 {
eprintln!("THERE ARE {} ERRORS.", error_count);
std::process::exit(1);
}
}
PileCommand::Init {} => {