`fail-fast: false` for ci.yml

Because currently it's hard to see whether a failure happens on a specific job or affects everything.
without.crypto
Kagami Sascha Rosylight 2 years ago committed by GitHub
parent 5fbe85f970
commit c03fcfbf3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/ci.yml

@ -25,6 +25,7 @@ jobs:
- { os: windows-latest, host: '-x86_64-pc-windows-msvc' }
- { os: windows-latest, host: '-i686-pc-windows-msvc' }
toolchain: [1.45.0, stable, beta, nightly]
fail-fast: false
runs-on: ${{ matrix.target.os }}

Loading…
Cancel
Save