Skip to content

Commit

Permalink
ci: don't fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 13, 2024
1 parent 133fdac commit db04351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
- build_iguana
runs-on: ${{ inputs.runner }}
strategy:
fail-fast: true
fail-fast: false
matrix:
binding: [ cpp, python ]
include:
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
- build_iguana
runs-on: ${{ inputs.runner }}
strategy:
fail-fast: true
fail-fast: false
matrix:
tool: [ cmake, make, meson ]
steps:
Expand Down

0 comments on commit db04351

Please sign in to comment.