fix: if a command fails, fail the CI run
modified src/main.rs
@@ -234,7 +234,10 @@ fn runcmd(log: &mut LogFile, argv: &[&str], cwd: &Path) -> Result<(), NativeErro
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -499,4 +502,7 @@ enum NativeError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|