Disable cabal check
This commit is contained in:
parent
b9e13b0dbd
commit
ebb6549319
1 changed files with 2 additions and 6 deletions
8
.github/workflows/haskell-ci.yml
vendored
8
.github/workflows/haskell-ci.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
# 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
|
||||
#
|
||||
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# version: 0.15.20230312
|
||||
#
|
||||
# REGENDATA ("0.15.20230312",["github","cabal.project"])
|
||||
# REGENDATA ("0.15.20230312",["github","--no-cabal-check","cabal.project"])
|
||||
#
|
||||
name: Haskell-CI
|
||||
on:
|
||||
|
@ -214,10 +214,6 @@ jobs:
|
|||
- name: tests
|
||||
run: |
|
||||
$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
|
||||
run: |
|
||||
$CABAL v2-haddock --disable-documentation --haddock-all $ARG_COMPILER --with-haddock $HADDOCK $ARG_TESTS $ARG_BENCH all
|
||||
|
|
Loading…
Reference in a new issue