aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-01-03 12:27:20 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-01-03 12:27:20 -0500
commita32d167a62f54ddc35690b7cdbee28ab26c27dae (patch)
tree1a2f7573a6e1f6d8ed03ed69d3372b905fc23d10 /.github/workflows
parentba5a5fda9c3fcc5490c97ddb6b1beef41da7c8e2 (diff)
downloadstasis-a32d167a62f54ddc35690b7cdbee28ab26c27dae.tar.gz
CI: Enable verbose testing
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake-multi-platform.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index ee601b1..055fa0e 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -58,6 +58,7 @@ jobs:
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DTESTS=ON
+ -DTESTS_VERBOSE=ON
-DTESTS_RT=ON
-DDEBUG_MESSAGES=ON
-S ${{ github.workspace }}