From 19a217672b3795a6a2211494ca56ace460574e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Porto?= Date: Fri, 30 Aug 2024 08:21:02 -0300 Subject: [PATCH] CI: gives more detailed error message on failure --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 064980d104..db0b377fe7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - name: Test working-directory: ${{github.workspace}}/build - run: ctest -C ${{env.BUILD_TYPE}} + run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure - name: Upload artifacts uses: actions/upload-artifact@v4 @@ -72,4 +72,4 @@ jobs: - name: Check auto-test # we are using tap.py so that the pipeline fails if a test fails working-directory: ${{github.workspace}}/build/${{matrix.platform.bindir}} run: | - tappy agstest.tap \ No newline at end of file + tappy agstest.tap