Skip to content

Commit 585053e

Browse files
Update jit.yml
1 parent 95a46e1 commit 585053e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/jit.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,3 @@ jobs:
207207
export PATH="$(llvm-config-${{ matrix.llvm }} --bindir):$PATH"
208208
CC=clang-${{ matrix.llvm }} ./configure --enable-experimental-jit --with-tail-call-interp --with-pydebug
209209
make all --jobs 4
210-
- name: Run tests
211-
run: |
212-
/python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
213-

0 commit comments

Comments
 (0)