Skip to content

Commit 6145eda

Browse files
committed
Enable regular ctest tests
1 parent 763bbe5 commit 6145eda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cpp_windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ jobs:
163163
# Convert VCPKG Windows path to MSYS path
164164
for /f "usebackq delims=" %%I in (`bash -c "cygpath -u \"$VCPKG_ROOT_KEEP\""` ) do set VCPKG_ROOT=%%I
165165
166+
bash -c "ci/scripts/cpp_test.sh $(pwd) $(pwd)/build"
167+
166168
# Run ODBC test
167169
${{ github.workspace }}\build\cpp\%ARROW_BUILD_TYPE%\arrow-flight-sql-odbc-test.exe
168170

0 commit comments

Comments
 (0)