diff options
| -rw-r--r-- | .github/workflows/zjit-macos.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/zjit-ubuntu.yml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/zjit-macos.yml b/.github/workflows/zjit-macos.yml index 456854510e..8f2ca884b1 100644 --- a/.github/workflows/zjit-macos.yml +++ b/.github/workflows/zjit-macos.yml @@ -36,6 +36,7 @@ jobs: configure: '--enable-zjit=dev' run_opts: '--zjit-call-threshold=1' specopts: '-T --zjit-call-threshold=1' + test_all_opts: '--seed=46450' - test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb configure: '--enable-yjit=dev --enable-zjit' @@ -117,7 +118,7 @@ jobs: TEST_BUNDLED_GEMS_ALLOW_FAILURES: '' SYNTAX_SUGGEST_TIMEOUT: '5' PRECHECK_BUNDLED_GEMS: 'no' - TESTS: ${{ matrix.tests }} + TESTS: ${{ matrix.test_all_opts }} continue-on-error: ${{ matrix.continue-on-test_task || false }} - uses: ./.github/actions/slack diff --git a/.github/workflows/zjit-ubuntu.yml b/.github/workflows/zjit-ubuntu.yml index 8dd4d44fc5..3dfa8260a8 100644 --- a/.github/workflows/zjit-ubuntu.yml +++ b/.github/workflows/zjit-ubuntu.yml @@ -55,6 +55,7 @@ jobs: configure: '--enable-zjit=dev' run_opts: '--zjit-call-threshold=1' specopts: '-T --zjit-call-threshold=1' + test_all_opts: '--seed=39471' - test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb configure: '--enable-yjit --enable-zjit=dev' @@ -159,7 +160,7 @@ jobs: SYNTAX_SUGGEST_TIMEOUT: '5' ZJIT_BINDGEN_DIFF_OPTS: '--exit-code' LIBCLANG_PATH: ${{ matrix.libclang_path }} - TESTS: ${{ matrix.tests }} + TESTS: ${{ matrix.test_all_opts }} continue-on-error: ${{ matrix.continue-on-test_task || false }} - uses: ./.github/actions/slack |
