don't cancel all when one fails

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2022-11-30 16:31:16 +01:00 committed by GitHub
parent 1e47de3c65
commit a0b4b7c480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ jobs:
test-nightly:
name: test nightly macos 11, macos 12, ubu 20.04, ubu 22.04
strategy:
fail-fast: false
matrix:
os: [ macos-11, macos-12, ubuntu-20.04, ubuntu-22.04 ]
runs-on: ${{ matrix.os }}