File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 6868 # compilerVersion: 8.2.2
6969 # setup-method: hvr-ppa
7070 # allow-failure: false
71+
72+ # keep this to test text-1
7173 - compiler : ghc-8.0.2
7274 compilerKind : ghc
7375 compilerVersion : 8.0.2
@@ -238,7 +240,9 @@ jobs:
238240 $CABAL v2-test $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --test-show-details=failures --constrain "text>=2"
239241 - name : test_with_text1
240242 run : |
241- $CABAL v2-test $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --test-show-details=failures --constrain "text<2"
243+ if [ "${{ matrix.compilerVersion }}" = "8.0.2" ]; then
244+ $CABAL v2-test $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --test-show-details=failures --constrain "text<2"
245+ fi
242246 - name : cabal check
243247 run : |
244248 cd ${PKGDIR_flat} || false
You can’t perform that action at this time.
0 commit comments