diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db6c6110..05e23baf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ env: jobs: Test: + name: ${{matrix.os}} ${{matrix.compiler}} ${{matrix.build_type}} ${{matrix.packaging_maintainer_mode == 'ON' && '(maintainer mode)' || ''}} runs-on: ${{ matrix.os }} strategy: fail-fast: false