summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-09-26 22:03:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-09-26 22:03:27 -0700
commit5e6b28cd0ee09904e625d37a6acf484654013cab (patch)
treedcd672b15c15773efb63e2a573f8d4228f547d4c /.github
parentefea56223471881d279f42450dc1591bc4d04bb9 (diff)
CI: Test compilation without 'server' flag.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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'