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 62aa5d4 + d36bffa commit 6aa2481Copy full SHA for 6aa2481
.github/workflows/build.yml
@@ -81,3 +81,7 @@ jobs:
81
run: rustup run ${{ matrix.rust }} cargo fuzz build
82
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.rust == 'nightly' }}
83
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