summaryrefslogtreecommitdiff
path: root/ports/windows
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2018-03-31 10:03:41 -0500
committerJeff Epler <jepler@gmail.com>2018-03-31 10:43:57 -0500
commitf8e0baa0b7c7d341b4ce4aee2d065b6ea213d90b (patch)
tree1ecc83d4cf74c4f98a4e3f0ecc67a2ea1481698c /ports/windows
parentb59964f70723d29259e1656bed56bb64e2231cee (diff)
appveyor: parallelize tests
Diffstat (limited to 'ports/windows')
-rw-r--r--ports/windows/.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/windows/.appveyor.yml b/ports/windows/.appveyor.yml
index a82cf5adc..9435ce6e6 100644
--- a/ports/windows/.appveyor.yml
+++ b/ports/windows/.appveyor.yml
@@ -22,7 +22,7 @@ test_script:
- cmd: >-
cd tests
- %MICROPY_CPYTHON3% run-tests
+ %MICROPY_CPYTHON3% run-tests --auto-jobs
skip_tags: true