Skip to content

Commit

Permalink
Correct the working directory for the parquet2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Oct 31, 2023
1 parent d5ad4fb commit 8054882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Run tests
working-directory: rust
working-directory: crates/deltalake-core
run: cargo test --no-default-features --features=parquet2

0 comments on commit 8054882

Please sign in to comment.