From 9f56c4735483d20f0057c7673956ab280db12495 Mon Sep 17 00:00:00 2001 From: Fares Schulz Date: Fri, 15 Mar 2024 14:52:46 +0100 Subject: [PATCH] ctest -VV for verbose output --- .github/workflows/build_test_artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test_artifacts.yml b/.github/workflows/build_test_artifacts.yml index f5e53fd..019252e 100644 --- a/.github/workflows/build_test_artifacts.yml +++ b/.github/workflows/build_test_artifacts.yml @@ -108,7 +108,7 @@ jobs: # Test the project - name: ctest working-directory: ${{github.workspace}}/build/test - run: ctest --VV + run: ctest -VV # Declaring the product name and the packaging directory - name: declare artefact variables