1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00

Make em all parallel!

This commit is contained in:
Timothy Clem 2017-03-02 14:19:29 -08:00
parent ef6ba4b673
commit bffb9a1a58

View File

@ -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) ->