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