mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Allow dumping a core file on Actions
to see a C backtrace.
This commit is contained in:
parent
246d7e4f1d
commit
1b45174aea
1 changed files with 1 additions and 0 deletions
1
.github/workflows/mjit.yml
vendored
1
.github/workflows/mjit.yml
vendored
|
@ -42,6 +42,7 @@ 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"
|
||||
timeout-minutes: 60
|
||||
- run: make $JOBS -s test-all RUN_OPTS="$RUN_OPTS"
|
||||
|
|
Loading…
Add table
Reference in a new issue