Disable cabal check

This commit is contained in:
Edsko de Vries 2023-03-20 13:29:53 +01:00
parent b9e13b0dbd
commit ebb6549319

View file

@ -1,6 +1,6 @@
# This GitHub workflow config has been generated by a script via # This GitHub workflow config has been generated by a script via
# #
# haskell-ci 'github' 'cabal.project' # haskell-ci 'github' '--no-cabal-check' 'cabal.project'
# #
# To regenerate the script (for example after adjusting tested-with) run # To regenerate the script (for example after adjusting tested-with) run
# #
@ -10,7 +10,7 @@
# #
# version: 0.15.20230312 # version: 0.15.20230312
# #
# REGENDATA ("0.15.20230312",["github","cabal.project"]) # REGENDATA ("0.15.20230312",["github","--no-cabal-check","cabal.project"])
# #
name: Haskell-CI name: Haskell-CI
on: on:
@ -214,10 +214,6 @@ jobs:
- name: tests - name: tests
run: | run: |
$CABAL v2-test $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --test-show-details=direct $CABAL v2-test $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --test-show-details=direct
- name: cabal check
run: |
cd ${PKGDIR_foreign_rust} || false
${CABAL} -vnormal check
- name: haddock - name: haddock
run: | run: |
$CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK $ARG_TESTS $ARG_BENCH all $CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK $ARG_TESTS $ARG_BENCH all