From e9e34948534ab945c7e750376235cfe0c442f532 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Mon, 22 Dec 2025 14:51:39 -0500 Subject: [PATCH] remove debug output (#4496) Signed-off-by: Alex Goodman --- .github/workflows/test-fixture-cache-publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-fixture-cache-publish.yaml b/.github/workflows/test-fixture-cache-publish.yaml index 831953dac..45aebc587 100644 --- a/.github/workflows/test-fixture-cache-publish.yaml +++ b/.github/workflows/test-fixture-cache-publish.yaml @@ -31,8 +31,7 @@ jobs: - name: Run all tests run: | - make list-tasks-targets - make --debug=verbose test + make test env: # we want to rebuild the cache with no previous state DOWNLOAD_TEST_FIXTURE_CACHE: "false"