mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
ci: rename async tests into JSON-RPC tests
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -165,8 +165,8 @@ jobs:
|
|||||||
working-directory: deltachat-rpc-client
|
working-directory: deltachat-rpc-client
|
||||||
run: tox -e lint
|
run: tox -e lint
|
||||||
|
|
||||||
python_tests:
|
cffi_python_tests:
|
||||||
name: Python tests
|
name: CFFI Python tests
|
||||||
needs: ["c_library", "python_lint"]
|
needs: ["c_library", "python_lint"]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -216,8 +216,8 @@ jobs:
|
|||||||
working-directory: python
|
working-directory: python
|
||||||
run: tox -e mypy,doc,py
|
run: tox -e mypy,doc,py
|
||||||
|
|
||||||
aysnc_python_tests:
|
rpc_python_tests:
|
||||||
name: Async Python tests
|
name: JSON-RPC Python tests
|
||||||
needs: ["python_lint", "rpc_server"]
|
needs: ["python_lint", "rpc_server"]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Reference in New Issue
Block a user