File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ main = defaultTestRunner
29
29
, Definition. tests
30
30
, Diagnostic. tests
31
31
, Format. tests
32
- , ignoreInEnv [ HostOS Windows , GhcVer GHC90 ] " Tests gets stuck in ci " $ FunctionalBadProject. tests
32
+ , FunctionalBadProject. tests
33
33
, FunctionalCodeAction. tests
34
34
, FunctionalLiquid. tests
35
- , ignoreInEnv [ HostOS Windows , GhcVer GHC90 ] " Tests gets stuck in ci " $ HieBios. tests
35
+ , ignoreInEnv HieBios. tests
36
36
, ignoreInEnv [HostOS Windows , GhcVer GHC90 ] " Tests gets stuck in ci" $ Highlight. tests
37
37
, ignoreInEnv [HostOS Windows , GhcVer GHC90 ] " Tests gets stuck in ci" $ Progress. tests
38
38
, Reference. tests
39
- , ignoreInEnv [ HostOS Windows , GhcVer GHC90 ] " Tests gets stuck in ci " $ Symbol. tests
39
+ , Symbol. tests
40
40
, TypeDefinition. tests
41
41
]
You can’t perform that action at this time.
0 commit comments