1
0
Fork 0
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:
Nobuyoshi Nakada 2020-12-16 17:39:23 +09:00
parent 5d8f227d0e
commit 4fe7f270ce
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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