chore: update test increase max-parallel

This commit is contained in:
Tonye Jack 2022-11-02 08:28:18 -06:00 committed by GitHub
parent c295a8af70
commit bc3236f035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false
max-parallel: 4
max-parallel: 7
matrix:
platform: [ubuntu-latest, ubuntu-22.04, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022]