Skip to content

Commit 4b7937a

Browse files
alambDandandan
authored andcommitted
Build tests sparately from running (apache#4060)
1 parent 518cda7 commit 4b7937a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
uses: ./.github/actions/setup-builder
9292
with:
9393
rust-version: stable
94+
- name: Build tests
95+
run: |
96+
export PATH=$PATH:$HOME/d/protoc/bin
97+
cargo test --features avro,jit,scheduler,json --no-run
9498
- name: Run tests
9599
run: |
96100
export PATH=$PATH:$HOME/d/protoc/bin
@@ -147,7 +151,7 @@ jobs:
147151
mkdir -p benchmarks/data/answers
148152
git clone https://github.com/databricks/tpch-dbgen.git
149153
cd tpch-dbgen
150-
make
154+
make
151155
./dbgen -f -s 1
152156
mv *.tbl ../benchmarks/data
153157
mv ./answers/* ../benchmarks/data/answers/

0 commit comments

Comments
 (0)