Disable fail-fast of GitHub Actions
This is default: true https://help.github.com/en/articles/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
When make check fails, we do not want to cancel make test-bundler.
make check
make test-bundler
Disable fail-fast of GitHub Actions
This is default: true
https://help.github.com/en/articles/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
When
make check
fails, we do not want to cancelmake test-bundler
.