Skip to content

Commit 0bfb784

Browse files
committed
.github/workflows/ci.yml: Enable clippy lints
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
1 parent 090d01a commit 0bfb784

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ jobs:
7171
sleep 1; \
7272
./target/debug/spdm_utils --socket-client tests;
7373
74-
# TODO: Fixup clippy failures and enable this
75-
# - name: Clippy
76-
# uses: actions-rs/cargo@v1
77-
# with:
78-
# command: clippy
74+
- name: Clippy
75+
uses: actions-rs/cargo@v1
76+
with:
77+
command: clippy
7978

8079
- name: Format Tock Responder
8180
run: pushd tock-responder && cargo fmt --all -- --check && popd

0 commit comments

Comments
 (0)