From d99d96cc6d139b9496fa33b81d378481a8c6388b Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 12 Jul 2020 22:10:57 -0700 Subject: Add --jit-min-calls=5 (#3313) * RUN_OPTS needs to be specified for overriding it * Add --jit-min-calls=5 --- .github/workflows/mjit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index 05d944b766..02a4c37bbe 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -5,7 +5,7 @@ jobs: strategy: matrix: test_task: [ "check" ] # to make job names consistent - jit_opts: [ "--jit", "--jit-wait" ] + jit_opts: [ "--jit", "--jit-wait --jit-min-calls=5" ] fail-fast: false runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[ci skip]')" @@ -47,11 +47,11 @@ jobs: working-directory: build - run: sudo make $JOBS -s install working-directory: build - - run: make $JOBS -s test + - run: make $JOBS -s test RUN_OPTS="$RUN_OPTS" working-directory: build - - run: make $JOBS -s test-all + - run: make $JOBS -s test-all RUN_OPTS="$RUN_OPTS" working-directory: build - - run: make $JOBS -s test-spec + - run: make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS" working-directory: build - uses: k0kubun/action-slack@v2.0.0 with: -- cgit v1.2.3