Make sure we test building the server.
This commit is contained in:
parent
46eecf72c3
commit
97288cea56
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
|
||||
- ghc: '8.10.7'
|
||||
cabal: '3.2'
|
||||
cabalopts: '-fpandoc-cgi'
|
||||
cabalopts: '-fserver'
|
||||
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
|
||||
- ghc: '9.0.2'
|
||||
cabal: '3.4'
|
||||
|
|
Loading…
Reference in a new issue