1
0
Fork 0
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:
Takashi Kokubun 2020-12-12 18:47:48 -08:00
parent 246d7e4f1d
commit 1b45174aea
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

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