This is an automated email from the ASF dual-hosted git repository.

jorgecarleitao pushed a commit to branch ci-fix
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/ci-fix by this push:
     new 7a6f479  Removed test from datafusion.
7a6f479 is described below

commit 7a6f479e2f6246674ac3a30fadebcb9249c32060
Author: Jorge C. Leitao <[email protected]>
AuthorDate: Sun Apr 18 16:10:02 2021 +0000

    Removed test from datafusion.
---
 .github/workflows/rust.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 5b539f0..fd44d2c 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -116,12 +116,6 @@ jobs:
           export CARGO_TARGET_DIR="/github/home/target"
           # run tests on all workspace members with default feature list
           cargo test
-          # test datafusion examples
-          cd datafusion-examples
-          cargo test --no-default-features
-          cargo run --example csv_sql
-          cargo run --example parquet_sql
-          cd ..
           cd arrow
           # re-run tests on arrow workspace with additional features
           cargo test --features=prettyprint

Reply via email to