mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Different names instead of ulimit
This commit is contained in:
parent
5d8f227d0e
commit
4fe7f270ce
1 changed files with 7 additions and 4 deletions
11
.github/workflows/mjit.yml
vendored
11
.github/workflows/mjit.yml
vendored
|
@ -42,15 +42,18 @@ jobs:
|
|||
- run: make $JOBS incs
|
||||
- run: make $JOBS
|
||||
- run: sudo make $JOBS -s install
|
||||
- run: |
|
||||
- name: Run test
|
||||
run: |
|
||||
ulimit -c unlimited
|
||||
make $JOBS -s test RUN_OPTS="$RUN_OPTS"
|
||||
make $JOBS -s test RUN_OPTS="$RUN_OPTS"
|
||||
timeout-minutes: 60
|
||||
- run: |
|
||||
- name: Run test-all
|
||||
run: |
|
||||
ulimit -c unlimited
|
||||
make $JOBS -s test-all RUN_OPTS="$RUN_OPTS"
|
||||
timeout-minutes: 60
|
||||
- run: |
|
||||
- name: Run test-spec
|
||||
run: |
|
||||
ulimit -c unlimited
|
||||
make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS"
|
||||
timeout-minutes: 60
|
||||
|
|
Loading…
Reference in a new issue