Skip to content

Commit c83b154

Browse files
committed
Fully remove forced concurrency on macOS
One at a time is better than thrashing
1 parent 6a0dcd8 commit c83b154

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/Test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
run: |
4343
# Run tests in verbose mode
4444
TEST_ARGS=(--verbose)
45-
# if [[ ${{ runner.os }} == "macOS" ]]; then
46-
# # Encourage ParallelTestRunner to use two jobs on macOS, rather
47-
# # than the single one it'd use by default.
48-
# TEST_ARGS+=(--jobs=2)
49-
# fi
5045
echo "runtest_test_args=${TEST_ARGS[@]}" >> "${GITHUB_ENV}"
5146
- uses: julia-actions/julia-runtest@v1
5247
continue-on-error: ${{ matrix.version == 'nightly' }}

0 commit comments

Comments
 (0)