Skip to content

Commit cc2411f

Browse files
committed
Simplify CI test matrix
1 parent cd11fca commit cc2411f

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Run ${{ matrix.mark}} tests (${{ matrix.python-version }} on ${{ matrix.os }})
2222
runs-on: ${{ matrix.os }}
2323
strategy:
24-
fail-fast: false
24+
fail-fast: true
2525
matrix:
2626
include:
2727
# run all the tests on latest Python version
@@ -32,19 +32,6 @@ jobs:
3232
- os: ubuntu-22.04
3333
mark: important
3434
python-version: '3.7'
35-
- os: ubuntu-latest
36-
mark: important
37-
python-version: 'pypy-3.7'
38-
- os: ubuntu-latest
39-
mark: important
40-
python-version: 'pypy-3.10'
41-
# for MacOS and Windows always run only minimal tests
42-
- os: macos-latest
43-
mark: important
44-
python-version: '3.13'
45-
- os: windows-latest
46-
mark: important
47-
python-version: '3.13'
4835

4936
steps:
5037
- name: Checkout code

0 commit comments

Comments
 (0)