Skip to content

Commit 1c1c4a6

Browse files
committed
Add clippy to CI testing.
Signed-off-by: Nicholas Nethercote <[email protected]>
1 parent c45119e commit 1c1c4a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/runtests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
export CARGO_TARGET_DIR=target/ci
77

88
rustup target add thumbv7em-none-eabihf
9-
rustup component add rustfmt
9+
rustup component add rustfmt clippy
1010

1111
export RUSTDOCFLAGS='-D warnings'
1212
export RUSTFLAGS="-D warnings"
@@ -15,6 +15,7 @@ cargo fmt -- --check
1515

1616
# Check everything first
1717
cargo check --all-targets --locked
18+
cargo clippy --all-targets
1819

1920
# stable, std
2021
cargo build --release --features mctp-estack/log

0 commit comments

Comments
 (0)