Skip to content

Commit 49e8e2a

Browse files
authored
chore: code coverage ci build fix (#720)
1 parent c5438ae commit 49e8e2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
shell: bash
7575
# Execute tests defined by the CMake configuration.
7676
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
77-
run: ctest -C $BUILD_TYPE
77+
run: ctest
7878

7979
- name: Build Coverage
8080
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)