From 25db7266f235316e42ff4a7f78288a89cb20a51e Mon Sep 17 00:00:00 2001 From: penguin Date: Sat, 13 Dec 2025 21:17:54 -0600 Subject: [PATCH] test fixes --- .gitea/workflows/gentoo-utils.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index ecfd32f..35e8aae 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -9,7 +9,6 @@ defaults: jobs: build-oci-image: runs-on: ubuntu-latest - continue-on-error: true steps: - name: Restore git cache uses: actions/cache@v4 @@ -123,7 +122,7 @@ jobs: fuzz: runs-on: brutalisk - timeout-minutes: 10 + timeout: 10m env: CC: 'clang' CXX: 'clang++'