File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 4242
4343 windows :
4444 name : ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
45+
4546 runs-on : ${{ matrix.runner }}
4647 timeout-minutes : 60
4748 strategy :
8182
8283 macos :
8384 name : ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
85+
8486 runs-on : ${{ matrix.runner }}
8587 timeout-minutes : 60
8688 strategy :
@@ -123,6 +125,7 @@ jobs:
123125
124126 linux :
125127 name : ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
128+
126129 runs-on : ${{ matrix.runner }}
127130 timeout-minutes : 60
128131 strategy :
@@ -152,10 +155,13 @@ jobs:
152155 export PATH="$(llvm-config-${{ env.LLVM_VERSION }} --bindir):$PATH"
153156 ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '' }}
154157 make all --jobs 4
158+ - name : Test
159+ run : |
155160 ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
156161
157162 linux-extras :
158163 name : ${{ matrix.name }}
164+
159165 runs-on : ubuntu-24.04
160166 timeout-minutes : 60
161167 strategy :
You can’t perform that action at this time.
0 commit comments