From 280eaf837c314ce132c413fe1804d253703b0e65 Mon Sep 17 00:00:00 2001 From: gavinleroy Date: Thu, 19 Dec 2024 18:37:27 -0500 Subject: [PATCH] Flake --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 0b408114b..c36e161e4 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,7 @@ ci-check = pkgs.writeScriptBin "ci-check" '' cargo fmt --check cargo insta test -- --skip container_ + cargo make init-bindings cd crates/mdbook-aquascope/test-book && mdbook build && cd ../../../ cd frontend && depot test && cd .. '';