aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2025-02-14 19:13:02 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2025-02-14 19:13:02 -0500
commit5bac4d7c79ee0148e8464abcbac6035440b4d196 (patch)
tree22e0ff2f03494f1ac613e53c3d443d258a60c412
parent7ca33106fd391adf355f78137bb17437be594070 (diff)
downloadstasis-5bac4d7c79ee0148e8464abcbac6035440b4d196.tar.gz
Renable tests D:
-rw-r--r--.github/workflows/cmake-multi-platform.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index d9ddd20..ee601b1 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -57,8 +57,9 @@ jobs:
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
- -DBUILD_TESTING=ON
- -DBUILD_TESTING_RT=ON
+ -DTESTS=ON
+ -DTESTS_RT=ON
+ -DDEBUG_MESSAGES=ON
-S ${{ github.workspace }}
- name: Build