mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Try to disable PyPy tests on Windows
This commit is contained in:
parent
dd1e8085bf
commit
82f9365180
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -86,6 +86,7 @@ jobs:
|
|||
redis-version: 6
|
||||
|
||||
- name: Run tests
|
||||
if: "env.IS_PYPY == 'false' && env.IS_WINDOWS == 'false'"
|
||||
run: |
|
||||
flags=""
|
||||
[[ "$IS_PYPY" == "false" ]] && flags="$flags --cov=aiogram --cov-config .coveragerc --cov-report=xml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue