98
98
- uses : ./.github/actions/setup-build
99
99
with :
100
100
ghc : ${{ matrix.ghc }}
101
- os : ${{ runner.os }}
101
+ os : ${{ runner.os }}
102
102
103
103
- name : Build
104
104
run : cabal build all
@@ -141,7 +141,8 @@ jobs:
141
141
name : Test hls-refactor-plugin
142
142
run : cabal test hls-refactor-plugin-tests || cabal test hls-refactor-plugin-tests
143
143
144
- - if : matrix.test && matrix.ghc != '9.10' -- TODO enable when it supports 9.10
144
+ # TODO enable when it supports 9.10
145
+ - if : matrix.test && matrix.ghc != '9.10'
145
146
name : Test hls-floskell-plugin
146
147
run : cabal test hls-floskell-plugin-tests || cabal test hls-floskell-plugin-tests
147
148
@@ -157,23 +158,26 @@ jobs:
157
158
name : Test hls-eval-plugin
158
159
run : cabal test hls-eval-plugin-tests || cabal test hls-eval-plugin-tests
159
160
160
- - if : matrix.test && matrix.ghc != '9.10' -- TODO enable when it supports 9.10
161
+ # TODO enable when it supports 9.10
162
+ - if : matrix.test && matrix.ghc != '9.10'
161
163
name : Test hls-splice-plugin
162
164
run : cabal test hls-splice-plugin-tests || cabal test hls-splice-plugin-tests
163
165
164
166
- if : matrix.test && matrix.ghc != '9.2'
165
167
name : Test hls-stan-plugin
166
168
run : cabal test hls-stan-plugin-tests || cabal test hls-stan-plugin-tests
167
169
168
- - if : matrix.test && matrix.ghc != '9.10' -- TODO enable when it supports 9.10
170
+ # TODO enable when it supports 9.10
171
+ - if : matrix.test && matrix.ghc != '9.10'
169
172
name : Test hls-stylish-haskell-plugin
170
173
run : cabal test hls-stylish-haskell-plugin-tests || cabal test hls-stylish-haskell-plugin-tests
171
174
172
175
- if : matrix.test
173
176
name : Test hls-ormolu-plugin
174
177
run : cabal test hls-ormolu-plugin-tests || cabal test hls-ormolu-plugin-tests
175
178
176
- - if : matrix.test && matrix.ghc != '9.10' -- TODO enable when it supports 9.10
179
+ # TODO enable when it supports 9.10
180
+ - if : matrix.test && matrix.ghc != '9.10'
177
181
name : Test hls-fourmolu-plugin
178
182
run : cabal test hls-fourmolu-plugin-tests || cabal test hls-fourmolu-plugin-tests
179
183
@@ -189,7 +193,8 @@ jobs:
189
193
name : Test hls-rename-plugin test suite
190
194
run : cabal test hls-rename-plugin-tests || cabal test hls-rename-plugin-tests
191
195
192
- - if : matrix.test && matrix.ghc != '9.10' -- TODO enable when it supports 9.10
196
+ # TODO enable when it supports 9.10
197
+ - if : matrix.test && matrix.ghc != '9.10'
193
198
name : Test hls-hlint-plugin test suite
194
199
run : cabal test hls-hlint-plugin-tests || cabal test hls-hlint-plugin-tests
195
200
@@ -238,7 +243,8 @@ jobs:
238
243
name : Test hls-cabal-plugin test suite
239
244
run : cabal test hls-cabal-plugin-tests || cabal test hls-cabal-plugin-tests
240
245
241
- - if : matrix.test && matrix.ghc != '9.10' -- TODO enable when it supports 9.10
246
+ # TODO enable when it supports 9.10
247
+ - if : matrix.test && matrix.ghc != '9.10'
242
248
name : Test hls-retrie-plugin test suite
243
249
run : cabal test hls-retrie-plugin-tests || cabal test hls-retrie-plugin-tests
244
250
0 commit comments