Skip to content

zune/python: Add readme #382

zune/python: Add readme

zune/python: Add readme #382

Workflow file for this run

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