Disable fast-fail strategy

This will prevent a failed build from cancelling other failed builds,
important since all are independent of each other.
This commit is contained in:
Joshua M. Boniface
2024-05-01 12:59:22 -04:00
parent 47d631b115
commit fad8561616
+5
View File
@@ -54,6 +54,7 @@ jobs:
Debian:
runs-on: ubuntu-22.04
strategy:
fast-fail: false
matrix:
release:
- bullseye
@@ -146,6 +147,7 @@ jobs:
Ubuntu:
runs-on: ubuntu-22.04
strategy:
fast-fail: false
matrix:
release:
- focal
@@ -239,6 +241,7 @@ jobs:
Linux:
runs-on: ubuntu-22.04
strategy:
fast-fail: false
matrix:
arch:
- amd64
@@ -306,6 +309,7 @@ jobs:
Windows:
runs-on: ubuntu-22.04
strategy:
fast-fail: false
matrix:
arch:
- amd64
@@ -370,6 +374,7 @@ jobs:
MacOS:
runs-on: ubuntu-22.04
strategy:
fast-fail: false
matrix:
arch:
- amd64