From 5ed9c45e5f0b5230e847e92c16bec6143d28fcbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 9 Nov 2025 22:53:55 +0100 Subject: [PATCH] Verbose ctest --- .github/workflows/mac-other-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-other-builds.yml b/.github/workflows/mac-other-builds.yml index c3cfebff..4be74b64 100644 --- a/.github/workflows/mac-other-builds.yml +++ b/.github/workflows/mac-other-builds.yml @@ -33,4 +33,4 @@ jobs: run: cmake --build build - name: Test - run: ctest --test-dir build -R ThreadSafetyTests --timeout 21600 + run: ctest --test-dir build -R ThreadSafetyTests --timeout 21600 --verbose