Skip to content

Commit 65ab3b5

Browse files
committed
check if other platforms also hang
1 parent 71d8e94 commit 65ab3b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ${{ matrix.os }}
121121
strategy:
122122
matrix:
123-
os: [ubuntu-latest]
123+
os: [macos-latest, ubuntu-latest, windows-latest]
124124
fail-fast: false
125125
steps:
126126
- uses: actions/checkout@v4
@@ -151,8 +151,7 @@ jobs:
151151
- name: run snippets
152152
run: python -m pip install -r requirements.txt && pytest -v
153153
working-directory: ./extra_tests
154-
- if: runner.os == 'Linux'
155-
name: run cpython platform-independent tests
154+
- name: run cpython platform-independent tests
156155
run:
157156
target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v ${{ env.PLATFORM_INDEPENDENT_TESTS }}
158157
- if: runner.os == 'Linux'

0 commit comments

Comments
 (0)