We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5438ae commit 49e8e2aCopy full SHA for 49e8e2a
1 file changed
.github/workflows/build_debug.yml
@@ -74,7 +74,7 @@ jobs:
74
shell: bash
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 $BUILD_TYPE
+ run: ctest
78
79
- name: Build Coverage
80
working-directory: ${{github.workspace}}/build
0 commit comments