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.
2 parents cb676db + a48ad26 commit da9c6cbCopy full SHA for da9c6cb
.github/workflows/testing.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Cache dependencies
23
uses: Swatinem/[email protected]
24
- name: Run cargo clippy
25
- run: cargo clippy --all-targets -- --deny warnings
+ run: cargo clippy --all-targets --all-features -- --deny warnings
26
clippy-python:
27
name: Clippy-Python
28
runs-on: ubuntu-latest
0 commit comments