@@ -154,9 +154,9 @@ jobs:
154154 run : |
155155 # Build docs for the whole workspace (aside from vortex-python that is having hard time with the python-docs syntax),
156156 # including all private docs.
157- cargo doc --profile ci --no-deps --document-private-items --workspace --exclude vortex-python
157+ cargo doc --profile ci --no-deps --document-private-items --workspace --exclude vortex-python --exclude vortex-python-cuda
158158 # nextest doesn't support doc tests, so we run it here
159- cargo test --profile ci --doc --workspace --all-features --exclude vortex-cxx --exclude vortex-jni --exclude vortex-ffi --exclude xtask --no-fail-fast
159+ cargo test --profile ci --doc --workspace --all-features --exclude vortex-cxx --exclude vortex-jni --exclude vortex-ffi --exclude xtask --exclude vortex-python-cuda -- no-fail-fast
160160
161161 build-rust :
162162 name : " Rust build (${{matrix.config.name}})"
@@ -187,7 +187,7 @@ jobs:
187187 target : wasm32-unknown-unknown
188188 env :
189189 rustflags : " RUSTFLAGS='-A warnings --cfg getrandom_backend=\" unsupported\" '"
190- args : " --target wasm32-unknown-unknown --exclude vortex --exclude vortex-cuda --exclude vortex-cub --exclude vortex-nvcomp --exclude vortex-datafusion --exclude vortex-duckdb --exclude vortex-tui --exclude vortex-zstd --exclude vortex-test-e2e-cuda --exclude vortex-sqllogictest --exclude vortex-parquet-variant"
190+ args : " --target wasm32-unknown-unknown --exclude vortex --exclude vortex-cuda --exclude vortex-cub --exclude vortex-nvcomp --exclude vortex-datafusion --exclude vortex-duckdb --exclude vortex-tui --exclude vortex-zstd --exclude vortex-test-e2e-cuda --exclude vortex-python-cuda --exclude vortex- sqllogictest --exclude vortex-parquet-variant"
191191 steps :
192192 - uses : runs-on/action@v2
193193 if : github.repository == 'vortex-data/vortex'
@@ -355,7 +355,7 @@ jobs:
355355 --exclude vortex-bench `
356356 --exclude vortex-python --exclude vortex-duckdb `
357357 --exclude vortex-fuzz --exclude vortex-cuda --exclude vortex-cuda-ffi `
358- --exclude vortex-nvcomp --exclude vortex-cub --exclude vortex-test-e2e-cuda `
358+ --exclude vortex-nvcomp --exclude vortex-cub --exclude vortex-test-e2e-cuda --exclude vortex-python-cuda `
359359 --exclude duckdb-bench `
360360 --exclude lance-bench --exclude datafusion-bench --exclude random-access-bench `
361361 --exclude compress-bench --exclude xtask --exclude vortex-datafusion `
@@ -460,10 +460,11 @@ jobs:
460460 - name : Run sqllogictest tests
461461 run : |
462462 ./vortex-sqllogictest/slt/tpch/generate_data.sh
463- cargo test -- profile ci -p vortex-sqllogictest --test sqllogictests
463+ cargo nextest run --cargo- profile ci -p vortex-sqllogictest
464464 - uses : ./.github/actions/check-rebuild
465465 with :
466- command : " cargo test --profile ci -p vortex-sqllogictest --test sqllogictests --no-run"
466+ command : " cargo nextest run --cargo-profile ci -p vortex-sqllogictest --no-run"
467+ message-format-flag : " --cargo-message-format"
467468
468469 wasm-integration :
469470 name : " WASM integration smoke test"
0 commit comments