Add parentheses to job name.

This commit is contained in:
Sebastian Schmidt 2021-06-02 17:16:59 +03:00
parent efdaa2f1c3
commit 7cfa944efa

View File

@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
build_and_test:
name: ${{matrix.command.name}} ${{matrix.toolchain}}
name: ${{matrix.command.name}} (${{matrix.toolchain}})
runs-on: ubuntu-latest
strategy: