buildsys: run clippy in 'make test'

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-09-03 12:42:22 +02:00
parent 2bf7e1885e
commit 2f7071e030

View File

@ -37,6 +37,7 @@ cargo-build:
test:
cargo test
cargo fmt --all -- --check
cargo clippy
$(COMPILED_BINS): cargo-build