mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
Parallelize the Mergeable spec.
This commit is contained in:
parent
5d6b1cd047
commit
475c97190c
@ -10,7 +10,7 @@ import Test.Hspec.QuickCheck
|
||||
import Test.QuickCheck
|
||||
|
||||
spec :: Spec
|
||||
spec = do
|
||||
spec = parallel $ do
|
||||
describe "[]" $ sequenceAltLaws (arbitrary :: Gen [Char])
|
||||
describe "Maybe" $ sequenceAltLaws (arbitrary :: Gen (Maybe Char))
|
||||
describe "Identity" $ sequenceAltLaws (Identity <$> arbitrary :: Gen (Identity Char))
|
||||
|
Loading…
Reference in New Issue
Block a user