File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
fail-fast : false
33
33
matrix :
34
34
include :
35
- - test_task : ' zjit-test '
35
+ - test_task : ' zjit-check '
36
36
configure : ' --enable-yjit=dev --enable-zjit'
37
37
38
38
- test_task : ' ruby' # build test for combo build
84
84
- uses : taiki-e/install-action@v2
85
85
with :
86
86
tool : nextest@0.9
87
- if : ${{ matrix.test_task == 'zjit-test ' }}
87
+ if : ${{ matrix.test_task == 'zjit-check ' }}
88
88
89
89
- name : Install Rust # TODO(alan): remove when GitHub images catch up past 1.85.0
90
90
run : rustup default 1.85.0
Original file line number Diff line number Diff line change 37
37
configure : ' --enable-zjit=dev --with-gcc=clang-14'
38
38
libclang_path : ' /usr/lib/llvm-14/lib/libclang.so.1'
39
39
40
- - test_task : ' zjit-test '
40
+ - test_task : ' zjit-check '
41
41
configure : ' --enable-yjit --enable-zjit=dev'
42
42
43
43
- test_task : ' zjit-test-all'
85
85
- uses : taiki-e/install-action@v2
86
86
with :
87
87
tool : nextest@0.9
88
- if : ${{ matrix.test_task == 'zjit-test ' }}
88
+ if : ${{ matrix.test_task == 'zjit-check ' }}
89
89
90
90
91
91
- uses : ./.github/actions/setup/directories
You can’t perform that action at this time.
0 commit comments