1
1
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:
Matt Diephouse 2016-02-17 17:44:37 -05:00
parent 8f4699cade
commit f09676d6b4

View File

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