Skip to content

Commit 74351e4

Browse files
committed
CI: disable tests in the -http configuration.
1 parent 455bea9 commit 74351e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
cabalopts: '--ghc-option=-Werror'
6262
- ghc: '9.12'
6363
cabal: 'latest'
64-
cabalopts: '-f-http --ghc-option=-Werror'
64+
cabalopts: '--ghc-option=-Werror -f-http --test-option="-p /XXXXX/"'
6565

6666
steps:
6767
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)