There was an error while loading. Please reload this page.
1 parent 120b9de commit 7c23771Copy full SHA for 7c23771
.github/workflows/haskell-ci.yml
@@ -57,8 +57,6 @@ jobs:
57
# compilerVersion: 8.6.5
58
# setup-method: hvr-ppa
59
# allow-failure: false
60
-
61
- # UNTESTED
62
# - compiler: ghc-8.4.4
63
# compilerKind: ghc
64
# compilerVersion: 8.4.4
@@ -237,6 +235,9 @@ jobs:
237
235
- name: tests
238
236
run: |
239
$CABAL v2-test $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --test-show-details=failures
+ - name: testswithtext2
+ run: |
240
+ $CABAL v2-test $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --test-show-details=failures --constrain "text>=2"
241
- name: cabal check
242
243
cd ${PKGDIR_flat} || false
0 commit comments