From a835bdc940885d73ee1b633cf95562fd8c3c5360 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 27 Sep 2024 15:27:08 -0400 Subject: ci: `nix build` -> `nix flake check` The (debug) package is already set as a check and will still be built with this, but Nix will now also check other outputs automatically -- such as the dev shell --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfc23208..6da18692 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v3 continue-on-error: true - - run: nix build + - run: nix flake check continue-on-error: true publish-wiki: -- cgit