Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show as many CI failures as possible #17

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Conversation

elliotgoodrich
Copy link
Owner

On pull requests we want to show as many failures as possible in one go in order to reduce the number of iteration cycles to fix issues. Running ninja -k 0 will cause ninja to attempt to build as much as it can and not to stop early if it encounters an error.

On pull requests we want to show as many failures as possible in one go
in order to reduce the number of iteration cycles to fix issues.
Running `ninja -k 0` will cause ninja to attempt to build as much as it
can and not to stop early if it encounters an error.
@elliotgoodrich elliotgoodrich merged commit bf853e4 into main Mar 20, 2024
9 checks passed
@elliotgoodrich elliotgoodrich deleted the show-all-ci-failures branch March 20, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant