diff options
| author | Jeff Epler <jepler@gmail.com> | 2018-03-31 10:03:41 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2018-03-31 10:43:57 -0500 |
| commit | f8e0baa0b7c7d341b4ce4aee2d065b6ea213d90b (patch) | |
| tree | 1ecc83d4cf74c4f98a4e3f0ecc67a2ea1481698c /ports | |
| parent | b59964f70723d29259e1656bed56bb64e2231cee (diff) | |
appveyor: parallelize tests
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/windows/.appveyor.yml | 2 |
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 |
