Fix Windows CI.

We needed to specify cabal options.
This commit is contained in:
John MacFarlane
2026-02-02 18:07:25 +01:00
parent 350ca0b663
commit b813a13b88
+1 -1
View File
@@ -192,7 +192,7 @@ jobs:
- name: Build and test
run: |
cabal update
cabal test ${{ matrix.versions.cabalopts }} --enable-tests --disable-optimization --ghc-options=-Werror all
cabal test --ghc-option=-Werror -fhttp --enable-tests --disable-optimization --ghc-options=-Werror all
# We no longer run the macos tests, to make CI faster.
# macos: