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 036e1b6 commit 4a5c344Copy full SHA for 4a5c344
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: cargo clippy
20
- run: cargo clippy --all -- -D warnings
+ run: cargo clippy --all --all-targets -- -D warnings
21
22
test:
23
name: cargo test
0 commit comments