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 f1a4a50 commit a3f78d5Copy full SHA for a3f78d5
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
run: cmake --build build --config Release
43
44
- name: Test
45
- run: ctest --test-dir build --build-config Release
+ run: ctest --test-dir build --build-config Release --output-on-failure
46
47
- name: Upload Test Results
48
uses: actions/upload-artifact@v4
0 commit comments