fuzzer: dont fail the pipeline
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 6s
Gentoo Utils / grep (push) Successful in 3s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 12s
Gentoo Utils / build (push) Successful in 19s
Gentoo Utils / test (push) Successful in 27s
Gentoo Utils / fuzz (push) Successful in 44s

This commit is contained in:
2025-12-14 21:44:31 -06:00
parent f7f17514a6
commit e98d171b56

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