We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4091b09 commit 9717651Copy full SHA for 9717651
.github/workflows/cabal.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- cabal: ["3.2", "2.4."]
+ cabal: ["3.2", "2.4"]
23
ghc: ["8.6.5", "8.8.3", "8.10.1"]
24
env:
25
CONFIG: "--enable-tests --enable-benchmarks"
@@ -41,4 +41,4 @@ jobs:
41
restore-keys: |
42
${{ runner.os }}-${{ matrix.ghc }}-
43
- run: cabal build $CONFIG
44
- - run: cabal test $CONFIG --tests-show-details=streaming --log=/dev/stdout
+ - run: cabal test $CONFIG
quickjs-hs.cabal
@@ -65,7 +65,6 @@ library
65
-DCONFIG_VERSION="2020-07-05"
66
-DCONFIG_BIGNUM
67
68
-
69
test-suite quickjs-hs-test
70
type: exitcode-stdio-1.0
71
main-is: Spec.hs
0 commit comments