We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddf167 commit 3048a48Copy full SHA for 3048a48
1 file changed
.github/workflows/cabal-build.yml
@@ -11,7 +11,7 @@ permissions:
11
12
jobs:
13
cabal-build:
14
- name: GHC ${{ matrix.ghc-version }} on ${{ matrix.os }}
+ name: "GHC ${{ matrix.ghc-version }} on ${{ matrix.os }} (lens: ${{ matrix.lens }})"
15
runs-on: ${{ matrix.os }}
16
strategy:
17
fail-fast: false
0 commit comments