Skip to content

Commit 7102d9f

Browse files
committed
Fix flag setting
1 parent a711bff commit 7102d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
## version needs to be limited since the tests depend on cabal-fmt which only builds using specific ghc versions
241241
- if: matrix.test && matrix.ghc == '9.2'
242242
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"
243+
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"
244244

245245
- if: matrix.test
246246
name: Test hls-cabal-plugin test suite

0 commit comments

Comments
 (0)