From efaff795848a5ab20ded471f63bc02e5d1fb916a Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 9 Dec 2023 13:08:31 +0200 Subject: feat(tvix): make clippy stricter Also run clippy on tests, and enable all features. Change-Id: Ide9f1bc9f565333072afb918c391c7930b658f41 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10234 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix') 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 = [ -- cgit 1.4.1