We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d376502 commit 497d765Copy full SHA for 497d765
.github/workflows/ci.yml
@@ -537,6 +537,13 @@ jobs:
537
--no-fail-fast \
538
--target x86_64-unknown-linux-gnu \
539
--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
547
548
rust-test-other:
549
name: "Rust tests (${{ matrix.os }})"
0 commit comments