Skip to content

Commit 497d765

Browse files
committed
add CI step to validate cudf compatibility
Signed-off-by: Andrew Duffy <[email protected]>
1 parent d376502 commit 497d765

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,13 @@ jobs:
537537
--no-fail-fast \
538538
--target x86_64-unknown-linux-gnu \
539539
--verbose
540+
- name: Build cudf-test library
541+
run: cargo +nightly build --locked -p vortex-cudf-test --target x86_64-unknown-linux-gnu
542+
- name: Download and run cudf-test-harness
543+
run: |
544+
curl -fsSL https://github.com/vortex-data/cudf-test-harness/releases/latest/download/cudf-test-harness-x86_64.tar.gz | tar -xz
545+
cd cudf-test-harness-x86_64
546+
./cudf-test-harness check $GITHUB_WORKSPACE/target/x86_64-unknown-linux-gnu/debug/libvortex_cudf_test.so
540547
541548
rust-test-other:
542549
name: "Rust tests (${{ matrix.os }})"

0 commit comments

Comments
 (0)