Skip to content

chore: ensuring default builds work without datafusion #3453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: build default tests with the crate in CI
Signed-off-by: R. Tyler Croy <[email protected]>
  • Loading branch information
rtyler committed May 21, 2025
commit 4da74e722ba76a7879fb7ce3fe03c6568a32f459
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: cargo fmt -- --check

- name: Default build
run: (cd crates/deltalake && cargo build)
run: (cd crates/deltalake && cargo build --tests)

- name: build and lint with clippy
run: cargo clippy --features ${{ env.DEFAULT_FEATURES }} --tests
Expand Down