From fa81ed5f394964e2dfc24e49a3b72b6c57358382 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 25 Oct 2023 01:33:47 +0000 Subject: [PATCH] ci: rename async tests into JSON-RPC tests --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d35ce3a15..caf4d0d3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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