Skip to content

Commit 30e806c

Browse files
committed
Run only executables
1 parent cd4f067 commit 30e806c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/cpp_extra.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,14 @@ jobs:
416416
run: |
417417
chmod +x cpp/src/arrow/flight/sql/odbc/install/mac/install_odbc.sh
418418
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
419427
- name: Test
420428
shell: bash
421429
run: |

0 commit comments

Comments
 (0)