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 614c3a6 commit 7ecfb3bCopy full SHA for 7ecfb3b
.github/workflows/ci.yml
@@ -103,5 +103,5 @@ jobs:
103
run: cmake --build build --config Release
104
105
- name: Run Tests
106
- run: ctest --test-dir build --output-on-failure
+ run: ctest --test-dir build --config Release --output-on-failure
107
0 commit comments