Skip to content

Commit

Permalink
WIP deps only for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Mar 17, 2023
1 parent 12afc9e commit 45e66b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/haskell.yml
Expand Up @@ -49,8 +49,9 @@ jobs:
- name: Build
run: |
cabal build all --enable-tests --enable-benchmarks -j
# cabal build all -j --enable-tests --enable-benchmarks
cabal build all -j --dependencies-only
- name: Test
run: |
cabal test all -j
# cabal test all -j

0 comments on commit 45e66b7

Please sign in to comment.