From c201ea5934f2ff95fb0e06f505d008b6d48b8d70 Mon Sep 17 00:00:00 2001 From: mripperger Date: Thu, 25 Jun 2020 16:45:47 -0500 Subject: [PATCH] Updated CI YAML to print CTest details on test failure --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5e5d7f9..cae734ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,7 @@ jobs: ADDITIONAL_DEBS: git, VERBOSE_TESTS: true, TARGET_CMAKE_ARGS: "-DRCT_BUILD_TESTS=ON", + CTEST_OUTPUT_ON_FAILURE: true, AFTER_SCRIPT: 'catkin build -w $target_ws --no-deps --verbose rct_optimizations --make-args test'} - {BADGE: xenial, OS_NAME: ubuntu, @@ -25,6 +26,7 @@ jobs: ADDITIONAL_DEBS: git, VERBOSE_TESTS: true, TARGET_CMAKE_ARGS: "-DRCT_BUILD_TESTS=ON", + CTEST_OUTPUT_ON_FAILURE: true, AFTER_SCRIPT: 'catkin build -w $target_ws --no-deps --verbose rct_optimizations --make-args test'} runs-on: ubuntu-latest steps: