aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/mjit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mjit.yml')
-rw-r--r--.github/workflows/mjit.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml
index cb5400f015..023fec601d 100644
--- a/.github/workflows/mjit.yml
+++ b/.github/workflows/mjit.yml
@@ -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"