Skip to content

Commit 77737be

Browse files
committed
refactor(test): simplify test job naming and remove experimental flag
1 parent 2782794 commit 77737be

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
- name: Run static analysis
3737
run: tox -e linters
3838
test:
39-
name: ${{ matrix.experimental && format('Test ({0}, experimental)', matrix.py) || format('Test ({0})', matrix.py) }}
39+
name: ${{ format('Test ({0})', matrix.py) }}
4040
needs: analyze
4141
runs-on: ubuntu-latest
42-
continue-on-error: ${{ matrix.experimental || false }}
4342
strategy:
4443
matrix:
4544
include:
@@ -57,12 +56,10 @@ jobs:
5756
py: "3.13"
5857
- toxenv: "python3.13t"
5958
py: "3.13t"
60-
experimental: true
6159
- toxenv: "python3.14"
6260
py: "3.14"
6361
- toxenv: "python3.14t"
6462
py: "3.14t"
65-
experimental: true
6663
- toxenv: "pypy3.8"
6764
py: "pypy-3.8"
6865
- toxenv: "pypy3.9"

0 commit comments

Comments
 (0)