Skip to content

Commit 57992e4

Browse files
authored
Merge pull request #93 from dabrahams/patch-1
Give the CI job a useful name
2 parents 4f5c0ed + 056b229 commit 57992e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616

1717
jobs:
1818
Test:
19+
name: ${{matrix.os}} ${{matrix.compiler}} ${{matrix.build_type}} ${{matrix.packaging_maintainer_mode == 'ON' && '(maintainer mode)' || ''}}
1920
runs-on: ${{ matrix.os }}
2021
strategy:
2122
fail-fast: false

0 commit comments

Comments
 (0)