Enable jit on macos · RustPython/RustPython@95357c1

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 }}