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.
gz
1 parent f8b40c6 commit 53bb6e0Copy full SHA for 53bb6e0
.github/workflows/checks.yaml
@@ -178,6 +178,7 @@ jobs:
178
- name: Run clippy
179
run: cargo clippy --target ${{matrix.target}} ${{matrix.features}} --workspace --all-targets -- -D warnings
180
- name: Run clippy (fuzzers)
181
+ if: ${{ !contains(matrix.features, 'gz') }}
182
run: cargo clippy --target ${{matrix.target}} ${{matrix.features}} --manifest-path ./fuzz/Cargo.toml --all-targets -- -D warnings
183
- name: Run cargo doc, deny warnings
184
env:
0 commit comments