Skip to content

Commit fd2d23a

Browse files
committed
Remove the unused website and clean other dependencies
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 729e17c commit fd2d23a

125 files changed

Lines changed: 22 additions & 29804 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,12 @@ jobs:
324324
- name: Rust Tests (Windows)
325325
if: matrix.os == 'windows-x64'
326326
run: |
327+
# TEMP: bounded-parallel Windows run while debugging PR test hangs.
328+
# Full-scope serial and focused crate runs passed, so keep package coverage
329+
# unchanged and raise nextest parallelism one step at a time.
327330
cargo nextest run --cargo-profile ci --locked --workspace --all-features --no-fail-fast `
331+
--test-threads 2 `
332+
--status-level all --final-status-level all `
328333
--exclude vortex-bench --exclude vortex-bench-server `
329334
--exclude vortex-python --exclude vortex-duckdb `
330335
--exclude vortex-fuzz --exclude vortex-cuda --exclude vortex-cuda-ffi `

0 commit comments

Comments
 (0)