From 51bf366614b572fab5781c276ac32cd2f568d37b Mon Sep 17 00:00:00 2001 From: Cezary Bloch Date: Fri, 8 Nov 2024 21:53:15 +0100 Subject: [PATCH] make unit tests output verbose --- .github/workflows/cmake_single_platform.yml | 3 +-- README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake_single_platform.yml b/.github/workflows/cmake_single_platform.yml index 454216a..55aaa8e 100644 --- a/.github/workflows/cmake_single_platform.yml +++ b/.github/workflows/cmake_single_platform.yml @@ -35,5 +35,4 @@ jobs: working-directory: ${{github.workspace}}/build # 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 -C ${{env.BUILD_TYPE}} --verbose diff --git a/README.md b/README.md index 17fa16d..b1f1d83 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you use VS Code install recommended extensions from Install compiler and build tools -```sudo apt-get install cmake build-essential gdb``` +```sudo apt-get install -y cmake build-essential gdb``` # Building