diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5f5645a..3e44ca6 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -40,7 +40,7 @@ jobs: # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: | - ctest -C ${{env.BUILD_TYPE}} --repeat until-pass:1 -I 1,6,1,10 + ctest -C ${{env.BUILD_TYPE}} --output-on-failure --repeat until-pass:1 -I 1,6,1,10 - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 @@ -83,4 +83,4 @@ jobs: # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: | - ctest -C ${{env.BUILD_TYPE}} --repeat until-pass:1 -I 1,6,1,10 + ctest -C ${{env.BUILD_TYPE}} --output-on-failure --repeat until-pass:1 -I 1,6,1,10