about summary refs log tree commit diff
path: root/tvix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/default.nix')
-rw-r--r--tvix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/default.nix b/tvix/default.nix
index f8dcfe3a98..a6878f3c15 100644
--- a/tvix/default.nix
+++ b/tvix/default.nix
@@ -213,7 +213,7 @@ in
       rustPlatform.cargoSetupHook
     ];
 
-    buildPhase = "cargo clippy -- -Dwarnings | tee $out";
+    buildPhase = "cargo clippy --tests --all-features -- -Dwarnings | tee $out";
   };
 
   meta.ci.targets = [