We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4f067 commit 30e806cCopy full SHA for 30e806c
1 file changed
.github/workflows/cpp_extra.yml
@@ -416,6 +416,14 @@ jobs:
416
run: |
417
chmod +x cpp/src/arrow/flight/sql/odbc/install/mac/install_odbc.sh
418
sudo cpp/src/arrow/flight/sql/odbc/install/mac/install_odbc.sh $(pwd)/build/cpp/debug/libarrow_flight_sql_odbc.dylib
419
+ - name: Test Executables
420
+ shell: bash
421
+ run: |
422
+ sudo sysctl -w kern.coredump=1
423
+ sudo sysctl -w kern.corefile=/tmp/core.%N.%P
424
+ ulimit -c unlimited # must enable within the same shell
425
+ $(pwd)/build/cpp/debug/arrow-odbc-spi-impl-test
426
+ $(pwd)/build/cpp/debug/arrow-flight-sql-odbc-test
427
- name: Test
428
shell: bash
429
0 commit comments