diff options
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
