diff options
-rw-r--r-- | tvix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/default.nix b/tvix/default.nix index 5f524295744f..dc1d4015b10d 100644 --- a/tvix/default.nix +++ b/tvix/default.nix @@ -223,7 +223,7 @@ in rustPlatform.cargoSetupHook ]; - buildPhase = "cargo clippy --tests --all-features -- -Dwarnings | tee $out"; + buildPhase = "cargo clippy --tests --all-features --benches --examples -- -Dwarnings | tee $out"; }; meta.ci.targets = [ |