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 a711bff commit 7102d9fCopy full SHA for 7102d9f
.github/workflows/test.yml
@@ -240,7 +240,7 @@ jobs:
240
## version needs to be limited since the tests depend on cabal-fmt which only builds using specific ghc versions
241
- if: matrix.test && matrix.ghc == '9.2'
242
name: Test hls-cabal-fmt-plugin test suite
243
- run: cabal test hls-cabal-fmt-plugin-tests --flag=isolateTests --test-options="$TEST_OPTS" || cabal test hls-cabal-fmt-plugin-tests --flag=isolateTests --test-options="$TEST_OPTS"
+ run: cabal test hls-cabal-fmt-plugin-tests --flag=isolateCabalfmtTests --test-options="$TEST_OPTS" || cabal test hls-cabal-fmt-plugin-tests --flag=isolateCabalfmtTests --test-options="$TEST_OPTS"
244
245
- if: matrix.test
246
name: Test hls-cabal-plugin test suite
0 commit comments