ci: cabal build all

This commit is contained in:
thomasjm 2024-02-02 22:58:44 -08:00
parent 75a8bec631
commit 0e18ad6443

View File

@ -44,7 +44,7 @@ jobs:
run: |
cd hledger
cabal clean
cabal build --ghc-options "-ddump-to-file -ddump-timings"
cabal build all --ghc-options "-ddump-to-file -ddump-timings"
- name: Clean run
run: |