Skip to content

Commit

Permalink
Add CI for the new flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Apr 30, 2022
1 parent 86f045c commit ddb673c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
- name: Build `ghcide` with flags
run: cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe"

- if: matrix.ghc != '8.10.7'
name: Build `ghcide` with ekg
run: cabal v2-build ghcide --flags="ekg"

# we have to clean up warnings for 9.0 and 9.2 before enable -WAll
- if: matrix.ghc != '9.0.2' && matrix.ghc != '9.2.2'
name: Build with pedantic (-WError)
Expand Down

0 comments on commit ddb673c

Please sign in to comment.