From 7a2bbdf6a7dffacaf948f4ef26c471d2d3951cf0 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Sun, 3 Nov 2024 17:17:55 +0000 Subject: [PATCH] Determine which oo.test testcase fails --- .github/workflows/mac-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 07d4476f48a..bf62a3195fc 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -74,7 +74,7 @@ jobs: timeout-minutes: 15 - name: Run Tests run: | - make test + make test CFLAGS="-file oo.test -verbose t" env: ERROR_ON_FAILURES: 1 MAC_CI: 1