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
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

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