From 0929c8c531f71197534ee2e2ff33d7a5648b9f6e Mon Sep 17 00:00:00 2001 From: zimbatm Date: Mon, 8 Mar 2021 17:41:10 +0100 Subject: [PATCH] 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. --- .github/workflows/nix.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index a345c43..bad0641 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -11,6 +11,8 @@ on: jobs: build: strategy: + # Keep building the other channels if one fails + fail-fast: false matrix: channel: - nixos-unstable