File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
156
156
- name : Test
157
157
working-directory : ${{github.workspace}}/build
158
- run : ctest -j $(nproc) -C ${{matrix.build_type}}
158
+ run : ctest --output-on-failure - j $(nproc) -C ${{matrix.build_type}}
159
159
160
160
quality_checks_pass :
161
161
runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
@@ -318,7 +318,7 @@ jobs:
318
318
- name : Test
319
319
working-directory : ${{github.workspace}}/build
320
320
run : |
321
- ctest -j $(nproc) -E EXPECT_FAIL -T memcheck
321
+ ctest --output-on-failure - j $(nproc) -E EXPECT_FAIL -T memcheck
322
322
323
323
LOGFILE=$(ls ./Testing/Temporary/LastDynamicAnalysis_*.log)
324
324
FAILSIZE=$(du -c ./Testing/Temporary/MemoryChecker.* | tail -1 | cut -f1)
You can’t perform that action at this time.
0 commit comments