Skip to content

Commit 95357c1

Browse files
committed
Enable jit on macos
1 parent d248a04 commit 95357c1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ jobs:
143143

144144
- name: run rust tests
145145
run: cargo test --workspace ${{ env.WORKSPACE_EXCLUDES }} --verbose --features threading ${{ env.CARGO_ARGS }}
146-
if: runner.os != 'macOS'
147-
- name: run rust tests
148-
run: cargo test --workspace ${{ env.WORKSPACE_EXCLUDES }} --exclude rustpython-jit --verbose --features threading ${{ env.CARGO_ARGS }}
149-
if: runner.os == 'macOS'
150146

151147
- name: check compilation without threading
152148
run: cargo check ${{ env.CARGO_ARGS }}

0 commit comments

Comments
 (0)