Skip to content

Commit

Permalink
ci: no fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 13, 2024
1 parent cf87d6f commit aef4de9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- build_fmt
runs-on: ${{ inputs.runner }}
strategy:
fail-fast: true
fail-fast: false
matrix:
binding: [ cpp, python ]
include:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- build_iguana
runs-on: ${{ inputs.runner }}
strategy:
fail-fast: true
fail-fast: false
matrix:
binding: [ cpp, python ]
include:
Expand Down Expand Up @@ -243,7 +243,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 aef4de9

Please sign in to comment.