Skip to content

Commit 592615e

Browse files
committed
chore: clean up dependencies for DF cli
1 parent 419cce9 commit 592615e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,9 @@ jobs:
381381
shell: bash
382382
run: |
383383
export PATH=$PATH:$HOME/d/protoc/bin
384-
cargo test --lib --tests --bins --features avro,json,backtrace
384+
cargo test -j 32 --lib --tests --bins --features avro,json,backtrace
385385
cd datafusion-cli
386-
cargo test --lib --tests --bins --all-features
386+
cargo test -j 32 --lib --tests --bins --all-features
387387
388388
# Commenting out intel mac build as so few users would ever use it
389389
# Details: https://github.com/apache/datafusion/issues/13846

0 commit comments

Comments
 (0)