We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b9b6b commit 40c8e2eCopy full SHA for 40c8e2e
.github/workflows/push-pull_request.yml
@@ -8,7 +8,8 @@ env:
8
CTEST_OUTPUT_ON_FAILURE: 1
9
10
jobs:
11
- tests:
+ ci:
12
+ name: "${{matrix.os}} and ${{matrix.compiler}} latest | c${{matrix.c_standard}} and c++${{matrix.cxx_standard}}"
13
strategy:
14
matrix:
15
os:
0 commit comments