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 756d850 commit fc1a61eCopy full SHA for fc1a61e
test/functional/Main.hs
@@ -33,8 +33,8 @@ main = defaultTestRunner
33
, FunctionalCodeAction.tests
34
, FunctionalLiquid.tests
35
, HieBios.tests
36
- , ignoreInEnv [HostOS Windows, GhcVer GHC90] "Tests gets stuck in ci" $ Highlight.tests
37
- , Progress.tests
+ , Highlight.tests
+ , ignoreInEnv [HostOS Windows, GhcVer GHC90] "Tests gets stuck in ci" $ Progress.tests
38
, Reference.tests
39
, Symbol.tests
40
, TypeDefinition.tests
0 commit comments