Add fuzzer to the pipeline #11

Merged
jturnerusa merged 6 commits from feature/add-fuzzer-to-ci into master 2025-12-15 18:43:31 -06:00
Showing only changes of commit 7947af8de2 - Show all commits

View File

@@ -155,6 +155,7 @@ jobs:
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build
meson compile atom_parser_fuzzer:alias -C build
timeout 10m ./scripts/fuzz.sh
continue-on-error: true
check-format:
runs-on: brutalisk