Skip to content

Commit

Permalink
Show as many CI failures as possible
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
elliotgoodrich committed Mar 20, 2024
1 parent 4052e02 commit bf853e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- uses: seanmiddleditch/gha-setup-ninja@master
- run: npm ci
- run: npm run configure
- run: ninja
- run: ninja -k 0

0 comments on commit bf853e4

Please sign in to comment.