Skip to content

Commit d36bffa

Browse files
committed
Run clippy on fuzzer code
1 parent 62aa5d4 commit d36bffa

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)