Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: run all matrix jobs to the end even if others fail
PR substrait-io#132 changed the definition of Github CI workflows to use the `matrix` feature. If not changed explicitly, the different variants in the matrix are cancelled as soon as the first variant fails. This currently prevents us from knowing which of the systems pass CI. This PR thus sets `fail-fast: false` in order to let all variants in the matrix to run to completion. Signed-off-by: Ingo Müller <[email protected]>
- Loading branch information