Skip to content

Commit

Permalink
chore: no need to run python test in rust (#1154)
Browse files Browse the repository at this point in the history
as there is separate set of tests testing python
functionality.
  • Loading branch information
milenkovicm authored Jan 6, 2025
1 parent 8829e01 commit b3eba16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ jobs:
export ARROW_TEST_DATA=$(pwd)/testing/data
export PARQUET_TEST_DATA=$(pwd)/parquet-testing/data
cargo test --features=testcontainers
cd python
cargo test
env:
CARGO_HOME: "/github/home/.cargo"
CARGO_TARGET_DIR: "/github/home/target"
Expand Down

0 comments on commit b3eba16

Please sign in to comment.