We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d248a04 commit 95357c1Copy full SHA for 95357c1
.github/workflows/ci.yaml
@@ -143,10 +143,6 @@ jobs:
143
144
- name: run rust tests
145
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'
150
151
- name: check compilation without threading
152
run: cargo check ${{ env.CARGO_ARGS }}
0 commit comments