From bffb9a1a580579cfa41e59c4e5d2bbcf04f82159 Mon Sep 17 00:00:00 2001 From: Timothy Clem Date: Thu, 2 Mar 2017 14:19:29 -0800 Subject: [PATCH] Make em all parallel! --- test/GitmonClientSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/GitmonClientSpec.hs b/test/GitmonClientSpec.hs index 6a92cbc6b..bba814a2a 100644 --- a/test/GitmonClientSpec.hs +++ b/test/GitmonClientSpec.hs @@ -20,7 +20,7 @@ import Test.Hspec.Expectations.Pretty import Control.Exception spec :: Spec -spec = +spec = parallel $ do describe "gitmon" $ do let wd = "test/fixtures/git/examples/all-languages.git" it "receives commands in order" . withSocketPair $ \(client, server) ->