Merge pull request #2038 from infogulch/patch-1

Allow all matrix ci jobs to run to completion even if one fails
This commit is contained in:
Mark Thom
2023-09-24 00:44:33 -06:00
committed by GitHub

View File

@@ -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'}