We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d93291 commit 3139355Copy full SHA for 3139355
.github/workflows/ci.yaml
@@ -138,10 +138,6 @@ jobs:
138
139
- name: run rust tests
140
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'
145
146
- name: check compilation without threading
147
run: cargo check ${{ env.CARGO_ARGS }}
0 commit comments