Skip to content

Commit 10cdd3c

Browse files
committed
Add clippy to CI testing.
Signed-off-by: Nicholas Nethercote <n.nethercote@gmail.com>
1 parent c231748 commit 10cdd3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/runtests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)