Skip to content

Commit 71b2108

Browse files
committed
Try running flaky tests last?
1 parent c9646eb commit 71b2108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

haskell-ide-engine.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ test-suite func-test
284284
, test/utils
285285
main-is: Main.hs
286286
other-modules: CompletionSpec
287-
, CommandSpec
287+
, ZCommandSpec
288288
, DeferredSpec
289289
, DefinitionSpec
290290
, DiagnosticsSpec

test/functional/CommandSpec.hs renamed to test/functional/ZCommandSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-# LANGUAGE OverloadedStrings #-}
2-
module CommandSpec where
2+
module ZCommandSpec where
33

44
import Control.Lens hiding (List)
55
import Control.Monad.IO.Class

0 commit comments

Comments
 (0)