Skip to content

Commit

Permalink
Allow dumping a core file on Actions
Browse files Browse the repository at this point in the history
to see a C backtrace.
  • Loading branch information
k0kubun committed Dec 13, 2020
1 parent 246d7e4 commit 1b45174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mjit.yml
Expand Up @@ -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"
Expand Down

0 comments on commit 1b45174

Please sign in to comment.