Skip to content

Commit 9717651

Browse files
cabal ci tweaks
1 parent 4091b09 commit 9717651

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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", "2.4."]
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 --tests-show-details=streaming --log=/dev/stdout
44+
- run: cabal test $CONFIG

quickjs-hs.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ library
6565
-DCONFIG_VERSION="2020-07-05"
6666
-DCONFIG_BIGNUM
6767

68-
6968
test-suite quickjs-hs-test
7069
type: exitcode-stdio-1.0
7170
main-is: Spec.hs

0 commit comments

Comments
 (0)