You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/11/02 10:43:41 UTC

[arrow-datafusion] branch master updated: Build tests sparately from running (#4060)

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

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new d09621545 Build tests sparately from running (#4060)
d09621545 is described below

commit d09621545dea45888a82b3f61f0e033bdee8a8d6
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Wed Nov 2 06:43:36 2022 -0400

    Build tests sparately from running (#4060)
---
 .github/workflows/rust.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 95214d11f..c3cc2df6e 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -91,6 +91,10 @@ jobs:
         uses: ./.github/actions/setup-builder
         with:
           rust-version: stable
+      - name: Build tests
+        run: |
+          export PATH=$PATH:$HOME/d/protoc/bin
+          cargo test --features avro,jit,scheduler,json --no-run
       - name: Run tests
         run: |
           export PATH=$PATH:$HOME/d/protoc/bin
@@ -147,7 +151,7 @@ jobs:
           mkdir -p benchmarks/data/answers
           git clone https://github.com/databricks/tpch-dbgen.git
           cd tpch-dbgen
-          make  
+          make
           ./dbgen -f -s 1
           mv *.tbl ../benchmarks/data
           mv ./answers/* ../benchmarks/data/answers/