File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
os : ${{ runner.os }}
107
107
108
108
- name : Build
109
- run : cabal build
109
+ run : cabal build
110
110
111
111
- name : Set test options
112
112
# run the tests without parallelism, otherwise tasty will attempt to run
@@ -148,7 +148,7 @@ jobs:
148
148
env :
149
149
HLS_TEST_EXE : hls
150
150
HLS_WRAPPER_TEST_EXE : hls-wrapper
151
- run : cabal test wrapper-test --test-options="$TEST_OPTS --rerun-log-file .tasty-rerun-log-wrapper"
151
+ run : cabal test wrapper-test --test-options="$TEST_OPTS --rerun-log-file .tasty-rerun-log-wrapper"
152
152
153
153
- if : matrix.test && matrix.ghc != '9.2.4' && matrix.ghc != '9.4.2'
154
154
name : Test hls-brittany-plugin
@@ -250,6 +250,10 @@ jobs:
250
250
name : Test hls-explicit-fixity-plugin test suite
251
251
run : cabal test hls-explicit-fixity-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-explicit-fixity-plugin --test-options="$TEST_OPTS"
252
252
253
+ - if : matrix.test
254
+ name : Test hls-explicit-record-fields-plugin test suite
255
+ run : cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-explicit-record-fields-plugin --test-options="$TEST_OPTS"
256
+
253
257
test_post_job :
254
258
if : always()
255
259
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments