Add --jit-min-calls=5 (#3313)

* RUN_OPTS needs to be specified for overriding it

* Add --jit-min-calls=5
This commit is contained in:
Takashi Kokubun 2020-07-12 22:10:57 -07:00 committed by GitHub
parent 2e5a711f47
commit d99d96cc6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2020-07-13 14:11:24 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View File

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