We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0921ae4 commit 87c6893Copy full SHA for 87c6893
.github/workflows/velox_backend_arm.yml
@@ -215,3 +215,6 @@ jobs:
215
run: brew install wget pkgconfig ccache cmake autoconf automake libtool autoconf-archive bison flex
216
- name: Build
217
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