Skip to content

Commit 047c1b2

Browse files
committed
Install cargo clippy
1 parent c6cf3a2 commit 047c1b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
3030
- name: Test
3131
run: |
32+
rustup component add clippy
3233
cargo clippy
3334
cargo test
3435
cargo test --features tick_event

0 commit comments

Comments
 (0)