From 9a4499fd42cb40b24ab68b288cc4472c79faafa5 Mon Sep 17 00:00:00 2001 From: Adam Miskiewicz Date: Sun, 14 May 2017 22:04:50 -0700 Subject: [PATCH] Paralellize tests --- packages/react-navigation/circle.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/react-navigation/circle.yml b/packages/react-navigation/circle.yml index 5f2bc47e..50750805 100644 --- a/packages/react-navigation/circle.yml +++ b/packages/react-navigation/circle.yml @@ -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: