Paralellize tests

This commit is contained in:
Adam Miskiewicz 2017-05-14 22:04:50 -07:00
parent ebb20ad632
commit 37c9d07b9d
No known key found for this signature in database
GPG Key ID: EC62EB11EB5E47ED

View File

@ -19,10 +19,15 @@ dependencies:
- cd examples/ReduxExample && yarn - cd examples/ReduxExample && yarn
test: test:
override:
- yarn test:
parallel: true
- cd examples/NavigationPlayground && yarn test:
parallel: true
- cd examples/ReduxExample && yarn test:
parallel: true
post: post:
- yarn codecov - yarn codecov
- cd examples/NavigationPlayground && yarn test
- cd examples/ReduxExample && yarn test
deployment: deployment:
website-prod: website-prod: