From d7cdd37871542cf93f68ded4b4155ef159ba1bbd Mon Sep 17 00:00:00 2001 From: Pierre Le Marre Date: Thu, 26 Dec 2024 11:14:54 +0100 Subject: [PATCH] FIXME: tweak macos CI for verbose output --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f0a7c89d..495ce05e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -47,4 +47,4 @@ jobs: PATH="/usr/local/opt/bison/bin:${PATH}" meson compile -C build - name: Test run: | - meson test -C build --print-errorlogs + meson test -C build --print-errorlogs -v x11comp