From 74351e47b816433d95b020caae51da5a5c7b20c7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 24 Dec 2025 15:26:42 -0700 Subject: CI: disable tests in the -http configuration. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d72e827a..1c952aa43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: cabalopts: '--ghc-option=-Werror' - ghc: '9.12' cabal: 'latest' - cabalopts: '-f-http --ghc-option=-Werror' + cabalopts: '--ghc-option=-Werror -f-http --test-option="-p /XXXXX/"' steps: - uses: actions/checkout@v6 -- cgit v1.2.3