summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpenguin <penguin@epenguin.net>2025-12-14 21:44:31 -0600
committerpenguin <penguin@epenguin.net>2025-12-14 21:46:20 -0600
commit7947af8de2b03b0eb4149fbc90375d508fdb77ed (patch)
tree60777f9959593ea3d711902e979b1ed8d18d558b
parentf7f17514a66d52a4acdf0ec9454cfa32a9587dbc (diff)
downloadgentoo-utils-7947af8de2b03b0eb4149fbc90375d508fdb77ed.tar.gz
ci: fuzz: dont fail the pipeline
-rw-r--r--.gitea/workflows/gentoo-utils.yml1
1 files changed, 1 insertions, 0 deletions
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