GHA package.yml: fail-fast:false

With this setting, if a test on one matrix.os fails, the other tests
will not be cancelled.
This commit is contained in:
Sean Gilligan 2025-02-23 12:25:10 -08:00
parent 2253a1bb97
commit e40b5243cf

View file

@ -11,6 +11,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [windows-2022, ubuntu-20.04, ubuntu-22.04-arm, macos-13, macos-14] os: [windows-2022, ubuntu-20.04, ubuntu-22.04-arm, macos-13, macos-14]
fail-fast: false
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: