Skip to content

Commit

Permalink
Merge pull request #2038 from infogulch/patch-1
Browse files Browse the repository at this point in the history
Allow all matrix ci jobs to run to completion even if one fails
  • Loading branch information
mthom authored Sep 24, 2023
2 parents a5db117 + f03336b commit 4be5fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
build-test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- { os: windows-latest, rust-version: stable, shell: 'msys2 {0}', target: 'x86_64-pc-windows-gnu'}
Expand Down

0 comments on commit 4be5fc6

Please sign in to comment.