Skip to content

Commit afd158c

Browse files
try to speed up
1 parent 91fba25 commit afd158c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
key: ${{ matrix.ghc-version }}-${{ github.sha }}
3636
path: ~/.cabal/store
3737
restore-keys: ${{ matrix.ghc-version }}-
38-
- run: cabal build all
38+
- run: cabal build all --ghc-options=-fhpc
3939
- run: cabal test all --ghc-options=-fhpc
4040
- run: mv constrained.tix constrained-${{matrix.ghc-version}}.tix
4141
- run: cabal haddock all

0 commit comments

Comments
 (0)