From 697a4fe607a77e2b54a2a5a68ee56086d74b2fff Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 7 Jul 2023 22:22:22 -0500 Subject: [PATCH] github: serial: increase output verbosity --- .github/workflows/linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 31756a81e6..7e70497c19 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -61,7 +61,7 @@ jobs: make -j2 \ setup_tests_examples \ setup_tests_quick_tests - ctest --output-on-failure -j2 + ctest --output-on-failure -j2 -VV ######################## # linux-debug-parallel # @@ -121,7 +121,7 @@ jobs: setup_tests_quick_tests \ setup_tests_simplex \ setup_tests_vtk - ctest --output-on-failure -j2 + ctest --output-on-failure -j2 -VV ############################ # linux-debug-intel-oneapi # @@ -207,7 +207,7 @@ jobs: make -j2 \ setup_tests_examples \ setup_tests_quick_tests - ctest --output-on-failure -j2 + ctest --output-on-failure -j2 -VV ####################### # linux-debug-cuda-11 # -- 2.39.5