This is an automated email from the ASF dual-hosted git repository.
xudong963 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 1eefd13ff7 Minor: exclude datafusion-cli testing for mac (#15240)
1eefd13ff7 is described below
commit 1eefd13ff76ac33d7053ef7b30d1a4677dcb73a7
Author: Qi Zhu <[email protected]>
AuthorDate: Sat Mar 15 14:52:33 2025 +0800
Minor: exclude datafusion-cli testing for mac (#15240)
---
.github/workflows/rust.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 3ff28809b5..ee7e6e811d 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -491,7 +491,7 @@ jobs:
uses: ./.github/actions/setup-macos-aarch64-builder
- name: Run tests (excluding doctests)
shell: bash
- run: cargo test --profile ci --lib --tests --bins --features
avro,json,backtrace,integration-tests
+ run: cargo test --profile ci --exclude datafusion-cli --workspace
--lib --tests --bins --features avro,json,backtrace,integration-tests
test-datafusion-pyarrow:
name: cargo test pyarrow (amd64)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]