diff --git a/.github/workflows/pika.yml b/.github/workflows/pika.yml index aa7a877c0..7d42a8b6c 100644 --- a/.github/workflows/pika.yml +++ b/.github/workflows/pika.yml @@ -59,7 +59,7 @@ jobs: working-directory: ${{ github.workspace }}/build # 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 }} + run: ctest -C ${{ env.BUILD_TYPE }} --verbose - name: Unit Test working-directory: ${{ github.workspace }} @@ -192,7 +192,7 @@ jobs: - name: Test working-directory: ${{ github.workspace }}/build - run: ctest --rerun-failed --output-on-failure -C ${{ env.BUILD_TYPE }} + run: ctest -C ${{ env.BUILD_TYPE }} --verbose - name: Unit Test working-directory: ${{ github.workspace }}