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 6ed0c4f commit 0f79f28Copy full SHA for 0f79f28
.github/workflows/windows.yml
@@ -60,4 +60,4 @@ jobs:
60
61
- name: Test
62
working-directory: build/
63
- run: ctest --output-on-failure
+ run: ctest -C ${{ matrix.config }} --output-on-failure
0 commit comments