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 ecb4788 commit b24b537Copy full SHA for b24b537
.github/workflows/ci.yml
@@ -117,7 +117,7 @@ jobs:
117
working-directory: _build
118
- name: Test
119
run: |
120
- ctest -C ${{ matrix.build_type }}
+ ctest --build-config ${{ matrix.build_type }} --verbose
121
122
123
# ---------------------------------------------------------------------------
@@ -177,7 +177,7 @@ jobs:
177
178
179
180
181
182
183
0 commit comments