This is an automated email from the ASF dual-hosted git repository.
domoritz 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 a61e824abd Enable JS tests again (#5287)
a61e824abd is described below
commit a61e824abdd7b38ea214828480430ff2a13f2ead
Author: Dominik Moritz <[email protected]>
AuthorDate: Fri Jan 5 15:21:49 2024 +0000
Enable JS tests again (#5287)
---
.github/workflows/integration.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/integration.yml
b/.github/workflows/integration.yml
index 23c4f4af2a..1604a7be43 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -63,8 +63,7 @@ jobs:
ARROW_INTEGRATION_CSHARP: ON
ARROW_INTEGRATION_GO: ON
ARROW_INTEGRATION_JAVA: ON
- # https://github.com/apache/arrow/issues/39395
- ARROW_INTEGRATION_JS: OFF
+ ARROW_INTEGRATION_JS: ON
# https://github.com/apache/arrow/pull/38403/files#r1371281630
ARCHERY_INTEGRATION_WITH_RUST: ON
# These are necessary because the github runner overrides $HOME