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 c07fc5b commit 0e14cf0Copy full SHA for 0e14cf0
.github/workflows/main.yml
@@ -223,3 +223,8 @@ jobs:
223
CC=${{ matrix.cc }} cmake ${{ matrix.config.CMAKEOPTIONS }} ${{ matrix.build_type }} ..
224
make -j$(nproc)
225
ctest
226
+ - name: error logs
227
+ if: ${{ failure() }}
228
+ run: |
229
+ cat build/Testing/Temporary/LastTest.log || true
230
+ cat demo/build/Testing/Temporary/LastTest.log || true
0 commit comments