Closed dabrahams closed 1 year ago
Cause failures in CI to be reported
Ensure that your pull request has followed all the steps below:
pull request
Without this change, it is possible to have a passing CI job even though the build failed, e.g.
https://github.com/dabrahams/CBORCoding/actions/runs/6806944368/job/18509010389#step:4:99
And in fact you will see that this PR reveals 1 linting problem and 11 test failures on ubuntu-latest that were being ignored.
Description
Cause failures in CI to be reported
Checklist
Ensure that your
pull request
has followed all the steps below:Proposed changes
Without this change, it is possible to have a passing CI job even though the build failed, e.g.
https://github.com/dabrahams/CBORCoding/actions/runs/6806944368/job/18509010389#step:4:99
And in fact you will see that this PR reveals 1 linting problem and 11 test failures on ubuntu-latest that were being ignored.