Skip to content

Commit 87c6893

Browse files
committed
enable cpp test
Signed-off-by: Yuan <yuanzhou@apache.org>
1 parent 0921ae4 commit 87c6893

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/velox_backend_arm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,6 @@ jobs:
215215
run: brew install wget pkgconfig ccache cmake autoconf automake libtool autoconf-archive bison flex
216216
- name: Build
217217
run: ./dev/buildbundle-veloxbe.sh --enable_vcpkg=ON --run_setup_script=OFF --build_arrow=ON --build_tests=ON --build_benchmarks=ON --spark_version=3.5
218+
- name: Run CPP unit test
219+
run: |
220+
cd ./cpp/build && ctest -V

0 commit comments

Comments
 (0)