Skip to content

Commit 2cafd11

Browse files
committed
CI: rename test jobs
1 parent e4238a4 commit 2cafd11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636

3737
tests-ubuntu:
38-
name: "Tests: Python ${{ matrix.python-version }}, Ubuntu"
38+
name: "Test: py${{ matrix.python-version }}, Ubuntu"
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
@@ -56,7 +56,7 @@ jobs:
5656
run: tox -e py
5757

5858
tests-other-os:
59-
name: "Tests: Python 3.8, ${{ matrix.os }}"
59+
name: "Test: py3.8, ${{ matrix.os }}"
6060
runs-on: "${{ matrix.os }}"
6161
strategy:
6262
matrix:

0 commit comments

Comments
 (0)