Skip to content

Commit 0532d01

Browse files
committed
Enable cabal test on CI
1 parent a3e10a5 commit 0532d01

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,14 @@ jobs:
233233
${CABAL} -vnormal check
234234
cd ${PKGDIR_log_postgres} || false
235235
${CABAL} -vnormal check
236+
- name: cabal tests
237+
run: |
238+
cd ${PKGDIR_log_base} || false
239+
${CABAL} test $ARG_COMPILER all
240+
cd ${PKGDIR_log_elasticsearch} || false
241+
${CABAL} test $ARG_COMPILER all
242+
cd ${PKGDIR_log_postgres} || false
243+
${CABAL} test $ARG_COMPILER all
236244
- name: haddock
237245
run: |
238246
$CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK $ARG_TESTS $ARG_BENCH all

0 commit comments

Comments
 (0)