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 6185a80Copy full SHA for 6185a80
.github/workflows/haskell-ci.yml
@@ -233,6 +233,9 @@ jobs:
233
${CABAL} -vnormal check
234
cd ${PKGDIR_log_postgres} || false
235
236
+ - name: cabal tests
237
+ run: |
238
+ ${CABAL} test $ARG_COMPILER all
239
- name: haddock
240
run: |
241
$CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK $ARG_TESTS $ARG_BENCH all
0 commit comments