diff options
Diffstat (limited to 'tvix/default.nix')
-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 f8dcfe3a9802..a6878f3c152c 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 = [ |