From 97288cea56f8e44594152ca5b5035827502a46fa Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 16 Aug 2022 09:14:10 -0700 Subject: [PATCH] Make sure we test building the server. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57b8bd50f..cdf4345d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'