Skip to content

Commit 188b310

Browse files
committed
nit
1 parent 74b95b7 commit 188b310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ jobs:
151151
- uses: actions/setup-python@v5
152152
with:
153153
python-version: '3.11'
154-
- name: Build with JIT enabled without optimizations
154+
- name: Build with JIT
155155
run: |
156156
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ matrix.llvm }}
157157
export PATH="$(llvm-config-${{ matrix.llvm }} --bindir):$PATH"
158158
./configure --enable-experimental-jit --with-pydebug
159159
make all --jobs 4
160-
- name: Run tests
160+
- name: Run tests without optimizations
161161
run: |
162162
PYTHON_UOPS_OPTIMIZE=0 ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
163163

0 commit comments

Comments
 (0)