Skip to content

Commit 5faf842

Browse files
committed
Add CI for the new flag
1 parent f6df4de commit 5faf842

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
@@ -71,6 +71,10 @@ jobs:
7171
- name: Build `ghcide` with flags
7272
run: cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe"
7373

74+
- if: matrix.ghc == '8.10.7'
75+
name: Build `ghcide` with ekg
76+
run: cabal v2-build ghcide --flags="ekg"
77+
7478
# we have to clean up warnings for 9.0 and 9.2 before enable -WAll
7579
- if: matrix.ghc != '9.0.2' && matrix.ghc != '9.2.2'
7680
name: Build with pedantic (-WError)

0 commit comments

Comments
 (0)