ruby-changes:64207
From: Nobuyoshi <ko1@a...>
Date: Wed, 16 Dec 2020 17:40:40 +0900 (JST)
Subject: [ruby-changes:64207] 4fe7f270ce (master): Different names instead of `ulimit`
https://git.ruby-lang.org/ruby.git/commit/?id=4fe7f270ce From 4fe7f270ce924b6339e9ccf56c3fff2de3f4fa8b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 16 Dec 2020 17:39:23 +0900 Subject: Different names instead of `ulimit` diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index 4c79c1c..52cd854 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -42,15 +42,18 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mjit.yml#L42 - run: make $JOBS incs - run: make $JOBS - run: sudo make $JOBS -s install - - run: | + - name: Run test + run: | ulimit -c unlimited - make $JOBS -s test RUN_OPTS="$RUN_OPTS" + make $JOBS -s test RUN_OPTS="$RUN_OPTS" timeout-minutes: 60 - - run: | + - name: Run test-all + run: | ulimit -c unlimited make $JOBS -s test-all RUN_OPTS="$RUN_OPTS" timeout-minutes: 60 - - run: | + - name: Run test-spec + run: | ulimit -c unlimited make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS" timeout-minutes: 60 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/