mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
Do ALL the tests in parallel
This commit is contained in:
parent
8f4699cade
commit
f09676d6b4
@ -9,7 +9,7 @@ import qualified TermSpec
|
||||
import Test.Hspec
|
||||
|
||||
main :: IO ()
|
||||
main = hspec $ do
|
||||
main = hspec $ parallel $ do
|
||||
describe "Corpus" CorpusSpec.spec
|
||||
describe "Interpreter" InterpreterSpec.spec
|
||||
describe "OrderedMap" OrderedMapSpec.spec
|
||||
|
Loading…
Reference in New Issue
Block a user