Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v4.y] CI: don't abort other builds when one fails error
- Helps confirm suspected OS-specific failures. - Normally when one build fails, most other builds already started and some almost complete `bundle install` / started tests. So it's not a big "waste" expensive to let them finish, arguably it's actually a waste to abort them! (sunken cost fallacy? :-) - In case rubocop complains, while I do consider it a merge blocker, it's better contributor (and maintainer) experience to also see test results.
- Loading branch information