From 3d79b690e4b73ba3e3e9d6f30912c27f877aeb8b Mon Sep 17 00:00:00 2001 From: xeals Date: Tue, 20 Jun 2023 16:00:45 +1000 Subject: [PATCH] ci: disallow continue on check failure Has been hiding issues with the NUR update for a month due to a change in `buildRustPackage`. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cec3aa9..12197ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,6 @@ jobs: - name: Check ${{ matrix.check }} # Depends on nixos/nix#7759 to simply `nix flake check` run: nix run .#checks.$(nix eval --raw --impure --expr "builtins.currentSystem").${{ matrix.check }} - continue-on-error: true build-and-update: strategy: