From 430814fab095791267010b92763012b88b39f5c9 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Tue, 17 Sep 2024 09:27:36 +0900 Subject: [PATCH] Reduce integration test matrix Fix #6406 --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 41edc1bb194..900f0fe8328 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -64,6 +64,7 @@ jobs: ARROW_INTEGRATION_GO: ON ARROW_INTEGRATION_JAVA: ON ARROW_INTEGRATION_JS: ON + ARCHERY_INTEGRATION_TARGET_IMPLEMENTATIONS: "rust" ARCHERY_INTEGRATION_WITH_NANOARROW: "1" # https://github.com/apache/arrow/pull/38403/files#r1371281630 ARCHERY_INTEGRATION_WITH_RUST: "1"