From 5e6b28cd0ee09904e625d37a6acf484654013cab Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 26 Sep 2022 22:03:27 -0700 Subject: CI: Test compilation without 'server' flag. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d387b0505..6cf2d2226 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false' - ghc: '8.8.4' cabal: '3.2' - cabalopts: '' + cabalopts: '-f-server' testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false' - ghc: '8.10.7' cabal: '3.2' -- cgit v1.2.3