We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7dc27 commit 3d8b8cfCopy full SHA for 3d8b8cf
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ jobs:
37
uses: actions-rs/cargo@v1
38
with:
39
command: clippy
40
- args: --locked --all-targets -- -D warnings # --all-features --workspace
+ args: --locked --all-targets # --all-features --workspace -D warnings
41
42
#test_code_coverage:
43
# runs-on: ubuntu-latest
0 commit comments