From 8b207b2588bd6a02271dc477b68f99784c6c4d18 Mon Sep 17 00:00:00 2001 From: Thespica Date: Thu, 24 Oct 2024 10:30:57 +0800 Subject: [PATCH] ci run all tests --- .github/workflows/client-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/client-ci.yml b/.github/workflows/client-ci.yml index 7275a039e..99ebb9b6b 100644 --- a/.github/workflows/client-ci.yml +++ b/.github/workflows/client-ci.yml @@ -77,8 +77,8 @@ jobs: - name: Run test run: | cd hugegraph-client && ls * - mvn test -Dtest=UnitTestSuite -ntp - mvn test -Dtest=ApiTestSuite + mvn test -Dtest=UnitTestSuite -ntp || + mvn test -Dtest=ApiTestSuite || mvn test -Dtest=FuncTestSuite - name: Upload coverage to Codecov