This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new b600e202f4 Enable new integration tests (#4828) (#4862)
b600e202f4 is described below
commit b600e202f4bd8a9ec91b58db3686ec84213a01f0
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Wed Sep 27 10:29:39 2023 +0100
Enable new integration tests (#4828) (#4862)
* Enable new integration tests (#4828)
* Enable ARROW_GO_INTEGRATION
---
.github/workflows/integration.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/integration.yml
b/.github/workflows/integration.yml
index 3ff6aedb01..aaf39d22bb 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -56,6 +56,7 @@ jobs:
env:
ARROW_USE_CCACHE: OFF
ARROW_CPP_EXE_PATH: /build/cpp/debug
+ ARROW_GO_INTEGRATION: 1
BUILD_DOCS_CPP: OFF
# These are necessary because the github runner overrides $HOME
# https://github.com/actions/runner/issues/863
@@ -106,6 +107,8 @@ jobs:
run: |
conda run --no-capture-output archery integration \
--run-flight \
+ --run-c-data \
+ --run-ipc \
--with-cpp=1 \
--with-csharp=1 \
--with-java=1 \