This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new b3eba16d chore: no need to run python test in rust (#1154)
b3eba16d is described below
commit b3eba16d2af544ab41984de329d4e608331bff89
Author: Marko Milenković <[email protected]>
AuthorDate: Mon Jan 6 17:06:21 2025 +0000
chore: no need to run python test in rust (#1154)
as there is separate set of tests testing python
functionality.
---
.github/workflows/rust.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index cdd5d30b..8a20601a 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -118,8 +118,6 @@ jobs:
export ARROW_TEST_DATA=$(pwd)/testing/data
export PARQUET_TEST_DATA=$(pwd)/parquet-testing/data
cargo test --features=testcontainers
- cd python
- cargo test
env:
CARGO_HOME: "/github/home/.cargo"
CARGO_TARGET_DIR: "/github/home/target"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]