We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b639be commit 07ba64aCopy full SHA for 07ba64a
.github/workflows/test.yml
@@ -135,3 +135,9 @@ jobs:
135
if: ${{ matrix.test }}
136
run: LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-tactics-plugin --test-options="-j1"
137
138
+ - name: Test brittany plugin
139
+ if: ${{ matrix.test }}
140
+ env:
141
+ HLS_TEST_EXE: hls
142
+ HLS_WRAPPER_TEST_EXE: hls-wrapper
143
+ run: cabal test hls-brittany-plugin || cabal test hls-brittany-plugin --test-options="-j1"
0 commit comments