Skip to content

Commit 3139355

Browse files
committed
enable jit CI on macos
1 parent 4d93291 commit 3139355

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
@@ -138,10 +138,6 @@ jobs:
138138

139139
- name: run rust tests
140140
run: cargo test --workspace ${{ env.WORKSPACE_EXCLUDES }} --verbose --features threading ${{ env.CARGO_ARGS }}
141-
if: runner.os != 'macOS'
142-
- name: run rust tests
143-
run: cargo test --workspace ${{ env.WORKSPACE_EXCLUDES }} --exclude rustpython-jit --verbose --features threading ${{ env.CARGO_ARGS }}
144-
if: runner.os == 'macOS'
145141

146142
- name: check compilation without threading
147143
run: cargo check ${{ env.CARGO_ARGS }}

0 commit comments

Comments
 (0)