Skip to content

Commit 40c8e2e

Browse files
committed
👷‍♀️ Better CI Names
1 parent e9b9b6b commit 40c8e2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push-pull_request.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ env:
88
CTEST_OUTPUT_ON_FAILURE: 1
99

1010
jobs:
11-
tests:
11+
ci:
12+
name: "${{matrix.os}} and ${{matrix.compiler}} latest | c${{matrix.c_standard}} and c++${{matrix.cxx_standard}}"
1213
strategy:
1314
matrix:
1415
os:

0 commit comments

Comments
 (0)