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 85d980c commit 8c4ac5dCopy full SHA for 8c4ac5d
1 file changed
.github/workflows/CI.yml
@@ -35,6 +35,8 @@ jobs:
35
components: clippy, rustfmt
36
- name: Build
37
run: cargo check
38
+ - name: Lint
39
+ run: cargo clippy --all-targets --all-features -- -D warnings
40
- name: Test
41
run: |
42
# rust coverage issue
0 commit comments