Update cmake-multi-platform.yml
parent
0fda2ac52b
commit
a710298f28
|
@ -78,4 +78,4 @@ 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 --rerun-failed --output-on-failure --build-config ${{ matrix.build_type }}
|
||||
|
|
Loading…
Reference in New Issue