Skip to content

Commit 69fe331

Browse files
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 01a14b3 commit 69fe331

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/jit.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
4343
windows:
4444
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
45+
4546
runs-on: ${{ matrix.runner }}
4647
timeout-minutes: 60
4748
strategy:
@@ -81,6 +82,7 @@ jobs:
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:

0 commit comments

Comments
 (0)