Skip to content

Commit

Permalink
ci run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thespica committed Oct 24, 2024
1 parent dd19092 commit 8b207b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b207b2

Please sign in to comment.