From 7b0c67e9ea71431d7c878413dc50332ee0d13c82 Mon Sep 17 00:00:00 2001 From: penguin Date: Sat, 27 Dec 2025 16:58:48 -0600 Subject: [PATCH] test --- .gitea/workflows/gentoo-utils.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index bda8b0d..6070e40 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -132,11 +132,6 @@ jobs: - name: test run: | - ls - if ! [[ -d build ]]; then - echo "CALLING MESON BUILD WE SHOULDNT GET HERE" - meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build - fi meson compile -C build ninja test -C build