summaryrefslogtreecommitdiff
path: root/.github/workflows/cmake-multi-platform.yml
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2026-01-07 19:19:44 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2026-01-07 19:19:44 +0100
commit1dd83cf7e527ff29d734f6a2c8f9b61d39b41d94 (patch)
treeda5185757a055488bdc9cbb7d17077a8f36596a9 /.github/workflows/cmake-multi-platform.yml
parent1e2f270469c61337ef7f5f92ab93f691e5d86492 (diff)
Diffstat (limited to '.github/workflows/cmake-multi-platform.yml')
-rw-r--r--.github/workflows/cmake-multi-platform.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index 9ec0432eeb03..bcc24a602870 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -72,4 +72,4 @@ jobs:
working-directory: ${{ steps.strings.outputs.build-output-dir }}
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
- run: ctest --build-config ${{ matrix.build_type }}
+ run: ctest --progress --output-on-failure --build-config ${{ matrix.build_type }}