Merge pull request #1017 from borglab/fix/fail_fast

release/4.3a0
Frank Dellaert 2022-01-08 19:26:58 -05:00 committed by GitHub
commit 76291a7bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
BOOST_VERSION: 1.67.0
strategy:
fail-fast: false
fail-fast: true
matrix:
# Github Actions requires a single row to be added to the build matrix.
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.