We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b99684 commit a45eeefCopy full SHA for a45eeef
.github/workflows/cmake-single-platform.yml
@@ -74,4 +74,5 @@ jobs:
74
working-directory: ${{github.workspace}}/build
75
# Execute tests defined by the CMake configuration.
76
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
77
+ run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure
78
0 commit comments