Skip to content

Commit 8054882

Browse files
committed
Correct the working directory for the parquet2 tests
1 parent d5ad4fb commit 8054882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,5 @@ jobs:
164164
- uses: Swatinem/rust-cache@v2
165165

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

0 commit comments

Comments
 (0)