Skip to content

Commit

Permalink
chore: revert "CI: give Linux Debug unlimited test stack size" (#6001)
Browse files Browse the repository at this point in the history
#5967 was the correct fix

Reverts #5953
  • Loading branch information
Kha authored Nov 7, 2024
1 parent 9b18262 commit 1b806c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,10 +415,6 @@ jobs:
- name: Test
id: test
run: |
# give Linux debug unlimited stack, we're not interested in its specific stack usage
if [[ '${{ matrix.name }}' == 'Linux Debug' ]]; then
ulimit -s unlimited
fi
time ctest --preset ${{ matrix.CMAKE_PRESET || 'release' }} --test-dir build/stage1 -j$NPROC --output-junit test-results.xml ${{ matrix.CTEST_OPTIONS }}
if: (matrix.wasm || !matrix.cross) && needs.configure.outputs.check-level >= 1
- name: Test Summary
Expand Down

0 comments on commit 1b806c5

Please sign in to comment.