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:
parent
22a669d27e
commit
efaff79584
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue