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 070ee7e commit 652d51bCopy full SHA for 652d51b
.github/workflows/ci.yml
@@ -68,4 +68,4 @@ jobs:
68
- name: Build
69
run: cmake --build _build --config ${{ matrix.build_type }}
70
- name: Test
71
- run: cmake -E chdir _build ctest --build-config ${{ matrix.build_type }} --output-in-failure
+ run: cmake -E chdir _build ctest --build-config ${{ matrix.build_type }}
0 commit comments