Skip to content

Commit

Permalink
Add versbose to the tests. Save tests artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sedovmo committed Oct 19, 2024
1 parent 96481ba commit a609f44
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,12 @@ jobs:
working-directory: ${{ steps.strings.outputs.build-output-dir }}
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest --build-config ${{ matrix.build_type }}
run: ctest --build-config ${{ matrix.build_type }} -VV --debug

- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
with:
name: Unit Test Results
path: ${{ steps.strings.outputs.build-output-dir }}/Testing/Temporary/LastTest.log
retention-days: 7

0 comments on commit a609f44

Please sign in to comment.