Fuzz DuckDb File Readers #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Fuzz DuckDb File Readers | |
on: | |
workflow_dispatch: | |
jobs: | |
run-aflplusplus-fuzzer: | |
name: Run AFL++ fuzzer | |
# dev mode: checkout branch @register_issues | |
uses: duckdblabs/duckdb-aflplusplus/.github/workflows/RunFuzzer.yml@register_issues | |
with: | |
ref: main | |
fuzzer: csv_multi_param_fuzzer | |
fuzzTime: 10 |