diff --git a/run_desktop_tests.sh b/run_desktop_tests.sh index f2dff08..6c02041 100755 --- a/run_desktop_tests.sh +++ b/run_desktop_tests.sh @@ -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..."