Add Clippy to run_desktop_tests.sh script.
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user