Add cabal check to github workflows

This commit is contained in:
CrystalSplitter 2024-01-15 12:58:47 -08:00 committed by Jordan R AW
parent a449f9e64f
commit c185629e52

View File

@ -54,4 +54,7 @@ jobs:
cabal test \
--enable-optimization=1 \
all
- name: Cabal check
run: |
cabal check