diff --git a/ci/test/cudf.sh b/ci/test/cudf.sh index 4ac5cc1e..ff3e9dd2 100644 --- a/ci/test/cudf.sh +++ b/ci/test/cudf.sh @@ -15,12 +15,6 @@ TESTRESULTS_DIR=${WORKSPACE}/testresults mkdir -p ${TESTRESULTS_DIR} SUITEERROR=0 -# build gtests -pushd /rapids/cudf/cpp/build -make build_tests_cudf -SUITEERROR=$((SUITEERROR | $?)) -popd - # run gtests for gt in /rapids/cudf/cpp/build/gtests/*; do ${gt} --gtest_output=xml:${TESTRESULTS_DIR}/