aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-10-28 13:26:57 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-10-28 13:26:57 -0400
commit0f8b22955485ec5e1811f73f993e7ddde4c75897 (patch)
tree4795f5bcbec0183f8bb6cf189f616a74e43f6715 /.github
parent87840f958af165e0d8ac65446c3d9a3a5266902e (diff)
downloadstasis-0f8b22955485ec5e1811f73f993e7ddde4c75897.tar.gz
Re-enable regression tests
Diffstat (limited to '.github')
-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 f141141..ef41555 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 }}
-DBUILD_TESTING=ON
+ -DBUILD_TESTING_RT=ON
-S ${{ github.workspace }}
- name: Build