Skip to content

Commit

Permalink
Reuse the test/bench cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Sep 7, 2021
1 parent 3a8edcf commit b50be26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hackage.yml
Expand Up @@ -42,9 +42,9 @@ jobs:
path: |
~/.cabal/packages
~/.cabal/store
key: v2-${{ runner.os }}-${{ matrix.ghc }}-hackage-${{ hashFiles('**/*.cabal') }}
key: v2-${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}
restore-keys: |
v2-${{ runner.os }}-${{ matrix.ghc }}-hackage-
v2-${{ runner.os }}-${{ matrix.ghc }}-bench-${{ hashFiles('cabal.project') }}
v2-${{ runner.os }}-${{ matrix.ghc }}-build-
v2-${{ runner.os }}-${{ matrix.ghc }}
Expand Down

0 comments on commit b50be26

Please sign in to comment.