Skip to content

Commit 4091b09

Browse files
cabal ci tweaks
1 parent cfa50f2 commit 4091b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cabal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
cabal: ["3.2"]
22+
cabal: ["3.2", "2.4."]
2323
ghc: ["8.6.5", "8.8.3", "8.10.1"]
2424
env:
2525
CONFIG: "--enable-tests --enable-benchmarks"
@@ -41,4 +41,4 @@ jobs:
4141
restore-keys: |
4242
${{ runner.os }}-${{ matrix.ghc }}-
4343
- run: cabal build $CONFIG
44-
- run: cabal test $CONFIG --show-details=streaming --log=/dev/stdout
44+
- run: cabal test $CONFIG --tests-show-details=streaming --log=/dev/stdout

0 commit comments

Comments
 (0)