diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-09-26 22:03:27 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-09-26 22:03:27 -0700 |
| commit | 5e6b28cd0ee09904e625d37a6acf484654013cab (patch) | |
| tree | dcd672b15c15773efb63e2a573f8d4228f547d4c | |
| parent | efea56223471881d279f42450dc1591bc4d04bb9 (diff) | |
CI: Test compilation without 'server' flag.
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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' |
