Skip to content

Commit

Permalink
Add INCLUDE_IMDB in CI verify-benchmark-results
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <austin362667@gmail.com>
  • Loading branch information
austin362667 committed Sep 19, 2024
1 parent 0824c03 commit deb9f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
export TPCH_DATA=`realpath datafusion/sqllogictest/test_files/tpch/data`
# use release build for plan verificaton because debug build causes stack overflow
cargo test plan_q --package datafusion-benchmarks --profile release-nonlto --features=ci -- --test-threads=1
INCLUDE_TPCH=true cargo test --test sqllogictests
INCLUDE_TPCH=true INCLUDE_IMDB=true cargo test --test sqllogictests
- name: Verify Working Directory Clean
run: git diff --exit-code

Expand Down

0 comments on commit deb9f5a

Please sign in to comment.