change: adjust parallel number to 12 for unittest

This commit is contained in:
debugtalk
2019-12-14 16:14:22 +08:00
parent 9519d14e3e
commit 89ab288397

View File

@@ -8,7 +8,7 @@ jobs:
name: ${{ matrix.python-version }} on ${{ matrix.os }} name: ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
max-parallel: 6 max-parallel: 12
matrix: matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8] python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
os: [ubuntu-latest, macos-latest] # TODO: windows-latest os: [ubuntu-latest, macos-latest] # TODO: windows-latest