We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a46e1 commit 585053eCopy full SHA for 585053e
.github/workflows/jit.yml
@@ -207,7 +207,3 @@ jobs:
207
export PATH="$(llvm-config-${{ matrix.llvm }} --bindir):$PATH"
208
CC=clang-${{ matrix.llvm }} ./configure --enable-experimental-jit --with-tail-call-interp --with-pydebug
209
make all --jobs 4
210
- - name: Run tests
211
- run: |
212
- /python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
213
-
0 commit comments