Skip to content

Commit f8e0baa

Browse files
committed
appveyor: parallelize tests
1 parent b59964f commit f8e0baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/windows/.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test_script:
2222
- cmd: >-
2323
cd tests
2424
25-
%MICROPY_CPYTHON3% run-tests
25+
%MICROPY_CPYTHON3% run-tests --auto-jobs
2626
2727
skip_tags: true
2828

0 commit comments

Comments
 (0)