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 06a3a2e467 Fix integration tests (#5111)
06a3a2e467 is described below

commit 06a3a2e467a0d49f0d372ab09c37da1f1bfbdc0c
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Wed Nov 22 14:07:01 2023 +0000

    Fix integration tests (#5111)
---
 .github/workflows/integration.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/integration.yml 
b/.github/workflows/integration.yml
index f939a6a13b..c9cb4e31ce 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -57,6 +57,7 @@ jobs:
     env:
       ARROW_USE_CCACHE: OFF
       ARROW_CPP_EXE_PATH: /build/cpp/debug
+      ARROW_RUST_EXE_PATH: /build/rust/debug
       BUILD_DOCS_CPP: OFF
       ARROW_INTEGRATION_CPP: ON
       ARROW_INTEGRATION_CSHARP: ON

Reply via email to