File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 75
75
- name : Build `ghcide` with flags
76
76
run : cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe ekg"
77
77
78
- # wingman fails with flags on 9.0, so this can be removed when that's gone
79
- - if : matrix.ghc != '9.0'
80
- name : Build with pedantic (-WError)
78
+ - name : Build with pedantic (-WError)
81
79
run : cabal v2-build --flags="pedantic"
82
80
83
81
flags_post_job :
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236
236
name : Test hls-retrie-plugin test suite
237
237
run : cabal test hls-retrie-plugin --test-options="$TEST_OPTS" || cabal test hls-retrie-plugin --test-options="$TEST_OPTS"
238
238
239
- - if : matrix.test && matrix.ghc != '9.0'
239
+ - if : matrix.test
240
240
name : Test hls-overloaded-record-dot-plugin test suite
241
241
run : cabal test hls-overloaded-record-dot-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-overloaded-record-dot-plugin --test-options="$TEST_OPTS"
242
242
You can’t perform that action at this time.
0 commit comments