Paralellize tests

This commit is contained in:
Adam Miskiewicz
2017-05-14 22:04:50 -07:00
parent d8574ce422
commit 9a4499fd42

View File

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