From 8164b91dc40917a04a5d21e13598f5d57afd4450 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Fri, 17 Sep 2021 22:54:47 -0700 Subject: [PATCH] [CI] Print CMake test output on failure (#3583) --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ff78ea4c2e..6a7d092fc3 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -61,5 +61,5 @@ jobs: cmakeListsOrSettingsJson: CMakeListsTxtAdvanced useVcpkgToolchainFile: true - name: Run Tests - run: ctest -C "Debug" + run: ctest -C "Debug" --output-on-failure working-directory: ${{ runner.workspace }}/build