Add Clippy to run_desktop_tests.sh script.

This commit is contained in:
Guillaume Endignoux
2020-09-24 16:33:23 +02:00
parent ea781541d5
commit ca288d2695

View File

@@ -30,6 +30,9 @@ cd tools/heapviz
cargo fmt --all -- --check
cd ../..
echo "Running Clippy lints..."
cargo clippy --all-targets --features std -- -D warnings
echo "Building sha256sum tool..."
cargo build --manifest-path third_party/tock/tools/sha256sum/Cargo.toml
echo "Checking that heapviz tool builds properly..."