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

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

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