From 5713c9044562911e67d5cfffefb367e792bf5448 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 16 Dec 2023 11:47:21 +0100 Subject: [PATCH] test(flake): Add the cargo test to the `nix flake check` tests --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e6d3c4d..87089ea 100644 --- a/flake.nix +++ b/flake.nix @@ -80,6 +80,7 @@ inherit nativeBuildInputs buildInputs; }; in { + checks.default = craneBuild; packages = { default = craneBuild; };