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 <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Florian Klink 2023-12-09 13:08:31 +02:00 committed by clbot
parent 22a669d27e
commit efaff79584

View file

@ -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 = [