mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Run tests on PyPy (#984)
Remove unnecessary `jobs.build.strategy.max_parallel` attribute
This commit is contained in:
parent
3f57c69d4f
commit
d061538471
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue