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 c6cf3a2 commit 047c1b2Copy full SHA for 047c1b2
.github/workflows/rust.yml
@@ -29,6 +29,7 @@ jobs:
29
30
- name: Test
31
run: |
32
+ rustup component add clippy
33
cargo clippy
34
cargo test
35
cargo test --features tick_event
0 commit comments