diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-01-03 12:27:20 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-01-03 12:27:20 -0500 |
| commit | a32d167a62f54ddc35690b7cdbee28ab26c27dae (patch) | |
| tree | 1a2f7573a6e1f6d8ed03ed69d3372b905fc23d10 /.github | |
| parent | ba5a5fda9c3fcc5490c97ddb6b1beef41da7c8e2 (diff) | |
| download | stasis-a32d167a62f54ddc35690b7cdbee28ab26c27dae.tar.gz | |
CI: Enable verbose testing
Diffstat (limited to '.github')
| -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 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 }} |
