Skip to content

Commit 4fd1a8d

Browse files
committed
CI: show logs
Signed-off-by: Andrei Horodniceanu <[email protected]>
1 parent 9db6d95 commit 4fd1a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/4d-test-libs/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
excludes+='|^std.experimental.allocator.building_blocks.allocator_list'
3636
fi
3737
38-
ctest -j$N --output-on-failure -E "$excludes" --timeout 120
38+
ctest -j1 -V --output-on-failure -E "$excludes" --timeout 120
3939
4040
- name: 'Windows: Run defaultlib unittests & druntime integration tests'
4141
if: runner.os == 'Windows'
@@ -51,4 +51,4 @@ runs:
5151
call "%LDC_VSDIR%\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }} || exit /b
5252
echo on
5353
cd build || exit /b
54-
ctest -j4 --output-on-failure -E "dmd-testsuite|lit-tests|ldc2-unittest" --timeout 120 || exit /b
54+
ctest -j1 -V --output-on-failure -E "dmd-testsuite|lit-tests|ldc2-unittest" --timeout 120 || exit /b

0 commit comments

Comments
 (0)