mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ulimit
does not affect another shell
This commit is contained in:
parent
12eb5734b3
commit
6e84af2fa9
1 changed files with 9 additions and 4 deletions
13
.github/workflows/mjit.yml
vendored
13
.github/workflows/mjit.yml
vendored
|
@ -42,12 +42,17 @@ jobs:
|
|||
- run: make $JOBS incs
|
||||
- run: make $JOBS
|
||||
- run: sudo make $JOBS -s install
|
||||
- run: ulimit -c unlimited
|
||||
- run: make $JOBS -s test RUN_OPTS="$RUN_OPTS"
|
||||
- run: |
|
||||
ulimit -c unlimited
|
||||
make $JOBS -s test RUN_OPTS="$RUN_OPTS"
|
||||
timeout-minutes: 60
|
||||
- run: make $JOBS -s test-all RUN_OPTS="$RUN_OPTS"
|
||||
- run: |
|
||||
ulimit -c unlimited
|
||||
make $JOBS -s test-all RUN_OPTS="$RUN_OPTS"
|
||||
timeout-minutes: 60
|
||||
- run: make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS"
|
||||
- run: |
|
||||
ulimit -c unlimited
|
||||
make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS"
|
||||
timeout-minutes: 60
|
||||
- uses: k0kubun/action-slack@v2.0.0
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue