This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch try_fixing_codeql in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 0e28c30e06fcbca0d52ce3c45c73af60a9b2f5a1 Author: HTHou <[email protected]> AuthorDate: Wed Sep 11 18:56:40 2024 +0800 try to fix codeql --- .github/workflows/codeql.yml | 1 + cpp/test/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2ebf94cd..95ae41dd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,6 +16,7 @@ on: branches: - develop - rc/* + - try_fixing_codeql paths-ignore: - 'docs/**' diff --git a/cpp/test/CMakeLists.txt b/cpp/test/CMakeLists.txt index f5c42572..dbf7e977 100644 --- a/cpp/test/CMakeLists.txt +++ b/cpp/test/CMakeLists.txt @@ -68,6 +68,7 @@ enable_testing() file(GLOB_RECURSE TEST_SRCS "common/*_test.cc" + "cwrapper/*_test.cc" "encoding/*_test.cc" "utils/*_test.cc" "file/*_test.cc"
