fix(trivium): check warnings in benches

This commit is contained in:
Mayeul@Zama
2024-03-13 10:45:47 +01:00
committed by mayeul-zama
parent de8568a5bb
commit de6db4bc9d
3 changed files with 3 additions and 9 deletions

View File

@@ -268,7 +268,7 @@ clippy_tasks:
.PHONY: clippy_trivium # Run clippy lints on Trivium app
clippy_trivium: install_rs_check_toolchain
RUSTFLAGS="$(RUSTFLAGS)" cargo "$(CARGO_RS_CHECK_TOOLCHAIN)" clippy \
RUSTFLAGS="$(RUSTFLAGS)" cargo "$(CARGO_RS_CHECK_TOOLCHAIN)" clippy --all-targets \
-p tfhe-trivium -- --no-deps -D warnings
.PHONY: clippy_all_targets # Run clippy lints on all targets (benches, examples, etc.)