mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
GitmonClient spec should not run in parallel
This commit is contained in:
parent
4207e5f901
commit
9cf176a37d
@ -19,7 +19,8 @@ import qualified IntegrationSpec
|
||||
import Test.Hspec
|
||||
|
||||
main :: IO ()
|
||||
main = hspec . parallel $ do
|
||||
main = do
|
||||
hspec . parallel $ do
|
||||
describe "Alignment" AlignmentSpec.spec
|
||||
describe "Data.Mergeable" Data.Mergeable.Spec.spec
|
||||
describe "Data.RandomWalkSimilarity" Data.RandomWalkSimilarity.Spec.spec
|
||||
@ -34,4 +35,5 @@ main = hspec . parallel $ do
|
||||
describe "DiffCommand" DiffCommandSpec.spec
|
||||
describe "ParseCommand" ParseCommandSpec.spec
|
||||
describe "Integration" IntegrationSpec.spec
|
||||
describe "GitmonClient" GitmonClientSpec.spec
|
||||
|
||||
hspec $ describe "GitmonClient" GitmonClientSpec.spec
|
||||
|
Loading…
Reference in New Issue
Block a user