Skip to content

Commit ff9f05a

Browse files
dennisYatuninclaude
andcommitted
Revert the julia-args input for julia-runtest
julia-runtest does not accept a julia-args input (the action warned and ignored it), and Julia 1.11 does not honor JULIA_HEAP_SIZE_HINT, so there is no clean way to bound the test heap through this action. The 1.11 job failure needs its log to diagnose further. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 6d6fe52 commit ff9f05a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ jobs:
4949
- uses: julia-actions/cache@v3
5050
- uses: julia-actions/julia-buildpkg@latest
5151
- uses: julia-actions/julia-runtest@latest
52-
with:
53-
# Bound the heap so the test suite is not killed on the 7 GB runners
54-
# (the whole suite runs in one process, and Julia 1.11 reaches a
55-
# higher memory watermark than 1.10 with default GC settings).
56-
julia-args: '--heap-size-hint=3G'
5752
- uses: julia-actions/julia-processcoverage@latest
5853
- uses: codecov/codecov-action@v7
5954
if: ${{ matrix.version == '1.10' }} && ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)