Run tests on PyPy (#984)

Remove unnecessary `jobs.build.strategy.max_parallel` attribute
This commit is contained in:
evgfilim1 2022-08-19 00:34:38 +05:00
parent 3f57c69d4f
commit d061538471
No known key found for this signature in database
GPG key ID: D9F91B9DC64683A2

View file

@ -32,7 +32,6 @@ jobs:
build:
strategy:
fail-fast: false
max-parallel: 9
matrix:
os:
- ubuntu-latest
@ -42,6 +41,8 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- 'pypy3.8'
- 'pypy3.9'
defaults:
# Windows sucks. Force use bash instead of PowerShell