This is an automated email from the ASF dual-hosted git repository.

alamb 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 dc62e404c Re-enable golang integration tests (#2688) (#2773)
dc62e404c is described below

commit dc62e404caeae242ad90cb4f03ce9c366fea860c
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Fri Sep 23 15:12:02 2022 +0100

    Re-enable golang integration tests (#2688) (#2773)
---
 .github/workflows/integration.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/integration.yml 
b/.github/workflows/integration.yml
index 242fc3d85..d78f02c95 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -77,9 +77,8 @@ jobs:
         run: conda run --no-capture-output ci/scripts/cpp_build.sh $PWD /build
       - name: Build C#
         run: conda run --no-capture-output ci/scripts/csharp_build.sh $PWD 
/build
-      # Temporarily disable Golang #2688
-      # - name: Build Go
-      #  run: conda run --no-capture-output ci/scripts/go_build.sh $PWD
+      - name: Build Go
+        run: conda run --no-capture-output ci/scripts/go_build.sh $PWD
       - name: Build Java
         run: conda run --no-capture-output ci/scripts/java_build.sh $PWD /build
       - name: Build JS
@@ -94,7 +93,7 @@ jobs:
             --with-csharp=1 \
             --with-java=1 \
             --with-js=1 \
-            --with-go=0 \
+            --with-go=1 \
             --with-rust=1 \
             --gold-dirs=testing/data/arrow-ipc-stream/integration/0.14.1 \
             --gold-dirs=testing/data/arrow-ipc-stream/integration/0.17.1 \

Reply via email to