ci: try run appveyor in 2 processes

This commit is contained in:
Clark Du 2018-07-25 11:46:02 +01:00
parent 65d318d475
commit 6567c205c9

View File

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