We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4aa3a commit c5dfb5eCopy full SHA for c5dfb5e
.github/workflows/ci.yml
@@ -451,7 +451,7 @@ jobs:
451
run: cargo nextest run --locked --workspace --all-features --no-fail-fast --exclude bench-vortex --exclude vortex-python --exclude vortex-duckdb --exclude vortex-fuzz
452
- name: Rust Tests (Other)
453
if: matrix.os != 'windows-x64'
454
- run: cargo nextest run --locked --workspace --all-features --no-fail-fast --exclude bench-vortex
+ run: cargo nextest run --locked --workspace --all-features --no-fail-fast --exclude bench-vortex --exclude vortex-duckdb
455
456
build-java:
457
name: "Java"
0 commit comments