From 7947af8de2b03b0eb4149fbc90375d508fdb77ed Mon Sep 17 00:00:00 2001 From: penguin Date: Sun, 14 Dec 2025 21:44:31 -0600 Subject: [PATCH] ci: fuzz: dont fail the pipeline --- .gitea/workflows/gentoo-utils.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 1fc4911..cd150c3 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -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