Skip to content

Commit 55fc507

Browse files
committed
Add CI for the new flag
1 parent c6319d3 commit 55fc507

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/flags.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
- name: Build `ghcide` with flags
6868
run: cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe"
6969

70+
- if: matrix.ghc == '8.10.7'
71+
name: Build `ghcide` with ekg
72+
run: cabal v2-build ghcide --flags="ekg"
73+
7074
# we have to clean up warnings for 9.0 and 9.2 before enable -WAll
7175
- if: matrix.ghc != '9.0.2' && matrix.ghc != '9.2.2'
7276
name: Build with pedantic (-WError)

0 commit comments

Comments
 (0)