Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jan 19, 2021
1 parent 9bf69fa commit 1e5dc72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,13 @@ jobs:
export CARGO_TARGET_DIR="/github/home/target"
cd rust
# run tests on all arrow features
cargo test --features=prettyprint
cargo test --all --features=prettyprint
# test datafusion examples
cd datafusion
cargo run --example csv_sql
cargo run --example parquet_sql
cd ..
cd arrow
# TODO is this test run twice??
cargo test
cargo run --example builders
cargo run --example dynamic_types
cargo run --example read_csv
Expand Down

0 comments on commit 1e5dc72

Please sign in to comment.