We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af45d7 commit 67275dcCopy full SHA for 67275dc
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
toolchain: stable
28
components: clippy
29
- name: clippy
30
- run: cargo clippy --all-features
+ run: cargo clippy --all-targets --all-features
31
32
test:
33
runs-on: ubuntu-latest
0 commit comments