From 6567c205c9fd7540cc52bc5000f4b44b4b32d3e8 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Wed, 25 Jul 2018 11:46:02 +0100 Subject: [PATCH] ci: try run appveyor in 2 processes --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a88f8c2927..6c685576a6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,8 @@ test_script: # - npm --version - yarn --version # run tests - - yarn test + - yarn test:fixtures -w=2 + - yarn test:unit -w=2 # Don't actually build. build: off