ci: fail-fast set to false

This commit is contained in:
Jon Häggblad
2023-10-02 12:59:04 +02:00
parent 908191914f
commit a06c2fb70c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [custom-linux, windows10, custom-runner-mac-m1]
rust: [stable, beta]
@@ -12,6 +12,7 @@ defaults:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-latest, windows10]
runs-on: ${{ matrix.os }}