Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ci/appveyor-cpp-build-mingw.bat
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ cmake ^
-DARROW_PYTHON=OFF ^
.. || exit /B
make -j4 || exit /B
ctest --output-on-failure -j2 || exit /B
@rem TODO: Run all tests
ctest ^
--exclude-regex arrow-array-test ^
--output-on-failure ^
--parallel 2 || exit /B
make install || exit /B
popd

Expand Down