ci: build as much as possible

By default GitHub Actions cancels all the jobs in the build matrix if
any one of them fails. We actually want to keep going to get some
advancement on the other channels.
This commit is contained in:
zimbatm
2021-03-08 17:41:10 +01:00
parent 887722a603
commit 0929c8c531

View File

@@ -11,6 +11,8 @@ on:
jobs: jobs:
build: build:
strategy: strategy:
# Keep building the other channels if one fails
fail-fast: false
matrix: matrix:
channel: channel:
- nixos-unstable - nixos-unstable