add verbose output to CTest

This commit is contained in:
ohyzha
2024-10-29 12:51:23 +02:00
parent ced45f7b72
commit 7fca7cff64

View File

@@ -57,7 +57,7 @@ jobs:
run: cmake --build "${{github.workspace}}/build" --config ${{env.BUILD_TYPE}} run: cmake --build "${{github.workspace}}/build" --config ${{env.BUILD_TYPE}}
- name: Test - name: Test
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}} run: ctest --verbose -C ${{env.BUILD_TYPE}}
- name: Archive artifacts Windows - name: Archive artifacts Windows
if: matrix.os == 'windows_x64' if: matrix.os == 'windows_x64'
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3