Skip to content

Commit 9e68a02

Browse files
author
Christopher Doris
committed
rename tests for clarity
1 parent 9946334 commit 9e68a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
julia:
15-
name: Test (${{ matrix.os }}, julia ${{ matrix.jlversion }})
15+
name: Test Julia (${{ matrix.jlversion }} on ${{ matrix.os }})
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
fail-fast: false
@@ -50,7 +50,7 @@ jobs:
5050
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5151

5252
python:
53-
name: Test (${{ matrix.os }}, python ${{ matrix.pyversion }})
53+
name: Test Python (${{ matrix.pyversion }} on ${{ matrix.os }})
5454
runs-on: ${{ matrix.os }}
5555
strategy:
5656
fail-fast: false

0 commit comments

Comments
 (0)