Skip to content

Commit 79bc726

Browse files
committed
fix benchmark CI
1 parent c2112e2 commit 79bc726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ jobs:
471471
export RUST_MIN_STACK=20971520
472472
export TPCH_DATA=`realpath datafusion/sqllogictest/test_files/tpch/data`
473473
cargo test plan_q --package datafusion-benchmarks --profile ci --features=ci -- --test-threads=1
474-
INCLUDE_TPCH=true cargo test --features backtrace --profile ci --package datafusion-sqllogictest --test sqllogictests
474+
INCLUDE_TPCH=true cargo test --features backtrace,parquet_encryption --profile ci --package datafusion-sqllogictest --test sqllogictests
475475
- name: Verify Working Directory Clean
476476
run: git diff --exit-code
477477

0 commit comments

Comments
 (0)