ci: rename async tests into JSON-RPC tests

This commit is contained in:
link2xt
2023-10-25 01:33:47 +00:00
parent 6c34f6b8d9
commit fa81ed5f39

View File

@@ -165,8 +165,8 @@ jobs:
working-directory: deltachat-rpc-client
run: tox -e lint
python_tests:
name: Python tests
cffi_python_tests:
name: CFFI Python tests
needs: ["c_library", "python_lint"]
strategy:
fail-fast: false
@@ -216,8 +216,8 @@ jobs:
working-directory: python
run: tox -e mypy,doc,py
aysnc_python_tests:
name: Async Python tests
rpc_python_tests:
name: JSON-RPC Python tests
needs: ["python_lint", "rpc_server"]
strategy:
fail-fast: false