Skip to content

Commit c5dfb5e

Browse files
committed
fix
Signed-off-by: Joe Isaacs <[email protected]>
1 parent ac4aa3a commit c5dfb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ jobs:
451451
run: cargo nextest run --locked --workspace --all-features --no-fail-fast --exclude bench-vortex --exclude vortex-python --exclude vortex-duckdb --exclude vortex-fuzz
452452
- name: Rust Tests (Other)
453453
if: matrix.os != 'windows-x64'
454-
run: cargo nextest run --locked --workspace --all-features --no-fail-fast --exclude bench-vortex
454+
run: cargo nextest run --locked --workspace --all-features --no-fail-fast --exclude bench-vortex --exclude vortex-duckdb
455455

456456
build-java:
457457
name: "Java"

0 commit comments

Comments
 (0)