PaulDance / cargo-liner

Cargo subcommand to install and update binary packages listed in configuration
https://crates.io/crates/cargo-liner
GNU General Public License v3.0
11 stars 2 forks source link

Ensure there is a non-zero exit code when the programme errors #9

Closed Johnabell closed 10 months ago

Johnabell commented 10 months ago

Currently if cargo liner fails in CI it can fail silently since its exit code on success or failure is zero. This PR updates the behaviour to have a non-zero exit code on failure.

PaulDance commented 10 months ago

Released as part of v0.4.2.