1
0
Fork 0
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:
Kazuhiro NISHIYAMA 2020-12-13 20:26:22 +09:00
parent 12eb5734b3
commit 6e84af2fa9
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

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