diff options
| author | John MacFarlane <[email protected]> | 2022-10-17 22:10:30 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-10-17 22:10:30 -0700 |
| commit | dbac9541b58a8034e279aff14197ac3bc7e8617f (patch) | |
| tree | 5e6a6876103489af72ac0cb5e772bea87f9e3feb | |
| parent | 4de3a9c2cabfd0921751219a1ef9fea201943656 (diff) | |
CI: Make sure we test -lua configuration.
| -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 c893efa9e..199495dc2 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: '-f-server --enable-benchmarks' + cabalopts: '-f-lua -f-server --enable-benchmarks' testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false' - ghc: '8.10.7' cabal: '3.2' |
