We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e10a5 commit 0532d01Copy full SHA for 0532d01
.github/workflows/haskell-ci.yml
@@ -233,6 +233,14 @@ jobs:
233
${CABAL} -vnormal check
234
cd ${PKGDIR_log_postgres} || false
235
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
242
+ cd ${PKGDIR_log_postgres} || false
243
244
- name: haddock
245
run: |
246
$CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK $ARG_TESTS $ARG_BENCH all
0 commit comments