We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0ed6c commit e804b3bCopy full SHA for e804b3b
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
run: cargo fmt --check
21
22
- name: Lint
23
- run: cargo clippy
+ run: cargo clippy --all-targets -- -D warnings
24
25
- name: Check
26
run: cargo check
0 commit comments