This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch dev/1.1
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/dev/1.1 by this push:
     new e64a144a [to dev/1.1]remove unused c++ unittest workflow (#571)
e64a144a is described below

commit e64a144a3b6ddb0a6474a205942a2b5df77f5b9b
Author: Hongzhi Gao <[email protected]>
AuthorDate: Thu Aug 14 11:19:10 2025 +0800

    [to dev/1.1]remove unused c++ unittest workflow (#571)
---
 .github/workflows/unit-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index b8593e0e..bfcfbd78 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -85,4 +85,4 @@ jobs:
       - name: Build and test with Maven
         shell: bash
         run: |
-          ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -P 
with-java,with-cpp,with-python clean verify
+          ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -P 
with-java clean verify

Reply via email to