We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45119e commit 1c1c4a6Copy full SHA for 1c1c4a6
ci/runtests.sh
@@ -6,7 +6,7 @@ set -e
6
export CARGO_TARGET_DIR=target/ci
7
8
rustup target add thumbv7em-none-eabihf
9
-rustup component add rustfmt
+rustup component add rustfmt clippy
10
11
export RUSTDOCFLAGS='-D warnings'
12
export RUSTFLAGS="-D warnings"
@@ -15,6 +15,7 @@ cargo fmt -- --check
15
16
# Check everything first
17
cargo check --all-targets --locked
18
+cargo clippy --all-targets
19
20
# stable, std
21
cargo build --release --features mctp-estack/log
0 commit comments