Skip to content

Commit 53bb6e0

Browse files
committed
don't run fuzzer clippy with the gz feature
1 parent f8b40c6 commit 53bb6e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ jobs:
178178
- name: Run clippy
179179
run: cargo clippy --target ${{matrix.target}} ${{matrix.features}} --workspace --all-targets -- -D warnings
180180
- name: Run clippy (fuzzers)
181+
if: ${{ !contains(matrix.features, 'gz') }}
181182
run: cargo clippy --target ${{matrix.target}} ${{matrix.features}} --manifest-path ./fuzz/Cargo.toml --all-targets -- -D warnings
182183
- name: Run cargo doc, deny warnings
183184
env:

0 commit comments

Comments
 (0)