Skip to content

Commit 7c23771

Browse files
committed
test: added test for text-2.X
1 parent 120b9de commit 7c23771

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
# compilerVersion: 8.6.5
5858
# setup-method: hvr-ppa
5959
# allow-failure: false
60-
61-
# UNTESTED
6260
# - compiler: ghc-8.4.4
6361
# compilerKind: ghc
6462
# compilerVersion: 8.4.4
@@ -237,6 +235,9 @@ jobs:
237235
- name: tests
238236
run: |
239237
$CABAL v2-test $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --test-show-details=failures
238+
- name: testswithtext2
239+
run: |
240+
$CABAL v2-test $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --test-show-details=failures --constrain "text>=2"
240241
- name: cabal check
241242
run: |
242243
cd ${PKGDIR_flat} || false

0 commit comments

Comments
 (0)