Skip to content

Commit

Permalink
disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Oct 29, 2024
1 parent 372cbe5 commit d3cddc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
runs-on: ${{ matrix.runner }}
timeout-minutes: 90
strategy:
fail-fast: false
matrix:
include:
- runner: macos-13-large
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
name: Linux
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
include:
- lto_flag: ""
Expand Down Expand Up @@ -178,6 +180,7 @@ jobs:

windows:
strategy:
fail-fast: false
matrix:
include:
- runner: windows
Expand Down Expand Up @@ -225,6 +228,7 @@ jobs:
name: Linux
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
include:
- lto_flag: ""
Expand Down

0 comments on commit d3cddc2

Please sign in to comment.