Closed Johnabell closed 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.
Released as part of v0.4.2.
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.