We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d8e94 commit 65ab3b5Copy full SHA for 65ab3b5
.github/workflows/ci.yaml
@@ -120,7 +120,7 @@ jobs:
120
runs-on: ${{ matrix.os }}
121
strategy:
122
matrix:
123
- os: [ubuntu-latest]
+ os: [macos-latest, ubuntu-latest, windows-latest]
124
fail-fast: false
125
steps:
126
- uses: actions/checkout@v4
@@ -151,8 +151,7 @@ jobs:
151
- name: run snippets
152
run: python -m pip install -r requirements.txt && pytest -v
153
working-directory: ./extra_tests
154
- - if: runner.os == 'Linux'
155
- name: run cpython platform-independent tests
+ - name: run cpython platform-independent tests
156
run:
157
target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v ${{ env.PLATFORM_INDEPENDENT_TESTS }}
158
- if: runner.os == 'Linux'
0 commit comments