ci: fuzz: clean up fuzzer script a bit
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 7s
Gentoo Utils / grep (push) Successful in 2s
Gentoo Utils / check-format (push) Successful in 8s
Gentoo Utils / docs (push) Successful in 12s
Gentoo Utils / build (push) Successful in 20s
Gentoo Utils / test (push) Successful in 29s
Gentoo Utils / fuzz (push) Successful in 47s

This commit is contained in:
2025-12-16 00:33:47 +00:00
parent 7947af8de2
commit 250a6e7b6f
3 changed files with 16 additions and 23 deletions

View File

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