Skip to content

Fuzz PNG

Fuzz PNG #743

Workflow file for this run

name: Fuzz PNG
on:
push:
branches: [ "main","dev" ]
paths:
- 'crates/zune-png/**'
pull_request:
branches: [ "main" ,"dev" ]
paths:
- 'crates/zune-png/**'
schedule:
- cron: '0 0 * * *'
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- name: Install
run: cargo install cargo-fuzz
- name: Normal Fuzz testing.
run: cargo +nightly fuzz run --fuzz-dir crates/zune-png/fuzz decode_buffer fuzz-corpus/png -j2 -- -timeout=10s -max_total_time=120