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 ac150fe commit 953c4dfCopy full SHA for 953c4df
test/functional/Main.hs
@@ -32,7 +32,7 @@ main = defaultTestRunner
32
, FunctionalBadProject.tests
33
, FunctionalCodeAction.tests
34
, FunctionalLiquid.tests
35
- , ignoreInEnv HieBios.tests
+ , 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
38
, Reference.tests
0 commit comments