Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:
- name: Test
run: cargo test --no-fail-fast --all-targets --all-features --workspace

- name: Async-std Test
run: cargo test --no-fail-fast --all-targets --no-default-features --features "async-std" --features "storage-all" --workspace
- name: Smol Test
run: cargo test --no-fail-fast --all-targets --no-default-features --features "smol" --features "storage-all" --workspace

- name: Doc Test
run: cargo test --no-fail-fast --doc --all-features --workspace
Expand Down
160 changes: 74 additions & 86 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ arrow-schema = { version = "55" }
arrow-select = { version = "55" }
arrow-string = { version = "55" }
as-any = "0.3.2"
async-std = "1.12"
async-trait = "0.1.88"
aws-config = "1.6.1"
aws-sdk-glue = "1.39"
Expand Down Expand Up @@ -110,6 +109,7 @@ serde_derive = "1.0.210"
serde_json = "1.0.138"
serde_repr = "0.1.16"
serde_with = "3.4"
smol = "2.0.2"
sqllogictest = "0.28"
stacker = "0.1.20"
strum = "0.27"
Expand Down
Loading
Loading