change(Actions): run tests with more output

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 2338455076)
This commit is contained in:
Octol1ttle 2026-02-01 13:16:39 +05:00 committed by DioEgizio
parent bc092d688f
commit cb69f999f7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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