add verbose output to CTest
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user