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 9db6d95 commit 4fd1a8dCopy full SHA for 4fd1a8d
.github/actions/4d-test-libs/action.yml
@@ -35,7 +35,7 @@ runs:
35
excludes+='|^std.experimental.allocator.building_blocks.allocator_list'
36
fi
37
38
- ctest -j$N --output-on-failure -E "$excludes" --timeout 120
+ ctest -j1 -V --output-on-failure -E "$excludes" --timeout 120
39
40
- name: 'Windows: Run defaultlib unittests & druntime integration tests'
41
if: runner.os == 'Windows'
@@ -51,4 +51,4 @@ runs:
51
call "%LDC_VSDIR%\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }} || exit /b
52
echo on
53
cd build || exit /b
54
- ctest -j4 --output-on-failure -E "dmd-testsuite|lit-tests|ldc2-unittest" --timeout 120 || exit /b
+ ctest -j1 -V --output-on-failure -E "dmd-testsuite|lit-tests|ldc2-unittest" --timeout 120 || exit /b
0 commit comments