diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-28 13:26:57 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-28 13:26:57 -0400 | 
| commit | 0f8b22955485ec5e1811f73f993e7ddde4c75897 (patch) | |
| tree | 4795f5bcbec0183f8bb6cf189f616a74e43f6715 | |
| parent | 87840f958af165e0d8ac65446c3d9a3a5266902e (diff) | |
| download | stasis-0f8b22955485ec5e1811f73f993e7ddde4c75897.tar.gz | |
Re-enable regression tests
| -rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 1 | 
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 | 
