From fd1661bb51bd4634968c9146d3ec7c3256076795 Mon Sep 17 00:00:00 2001 From: Ayoub Zaki Date: Sat, 14 Dec 2024 17:23:24 +0100 Subject: [PATCH] make github pipeline test verbose --- .github/workflows/cmake-single-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 08a6846..440a78b 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -38,5 +38,5 @@ jobs: working-directory: ${{github.workspace}} # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C ${{env.BUILD_TYPE}} + run: ctest -V -C ${{env.BUILD_TYPE}}