From 2338455076e7b0112d409472f998cdca43199cac Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Sun, 1 Feb 2026 13:16:39 +0500 Subject: [PATCH] change(Actions): run tests with more output Signed-off-by: Octol1ttle --- .github/workflows/build.yml | 2 +- .github/workflows/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d56bb661..75d0096e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -177,7 +177,7 @@ jobs: - name: Run tests run: | - ctest --preset "$CMAKE_PRESET" --build-config "$BUILD_TYPE" + ctest --preset "$CMAKE_PRESET" --build-config "$BUILD_TYPE" --extra-verbose --output-on-failure ## # PACKAGE diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e4830ddd9..ee2c02e8f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -88,7 +88,7 @@ jobs: - name: Run tests run: | - ctest --preset linux --build-config Debug + ctest --preset linux --build-config Debug --extra-verbose --output-on-failure - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v4