Skip to content

Commit 6aa2481

Browse files
authored
Merge pull request #332 from mozilla/clippy-fuzz
Run clippy on fuzzer code
2 parents 62aa5d4 + d36bffa commit 6aa2481

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ jobs:
8181
run: rustup run ${{ matrix.rust }} cargo fuzz build
8282
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.rust == 'nightly' }}
8383

84+
- name: Clippy fuzzer
85+
working-directory: mp4parse_capi/fuzz
86+
run: rustup run ${{ matrix.rust }} cargo clippy -- -D warnings
87+
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.rust == 'nightly' }}

0 commit comments

Comments
 (0)