Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): Set continue-on-error to true in all cases (#4678)
Stopping running tests on the first failure is an optimization that favors fast linters and masks more important failures like unittests and integration tests. First time contributors might not know how to run tests locally, and forcing them to iterate on formatting issues is senseless if the same code is causing integration failures. Always run all the tests, even if some fail. This allows anybody to get the full picture of all failing tests and prioritize their iteration accordingly.
- Loading branch information