We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f5c0ed + 056b229 commit 57992e4Copy full SHA for 57992e4
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ env:
16
17
jobs:
18
Test:
19
+ name: ${{matrix.os}} ${{matrix.compiler}} ${{matrix.build_type}} ${{matrix.packaging_maintainer_mode == 'ON' && '(maintainer mode)' || ''}}
20
runs-on: ${{ matrix.os }}
21
strategy:
22
fail-fast: false
0 commit comments