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