We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49be89b commit 15ff0f4Copy full SHA for 15ff0f4
ci/tools/run-tests
@@ -59,6 +59,7 @@ elif [[ "${test_module}" == "bindings" ]]; then
59
if [[ "${SKIP_CYTHON_TEST}" == 0 ]]; then
60
${SANITIZER_CMD} pytest -rxXs -v tests/cython
61
fi
62
+ cat cufile.log
63
popd
64
elif [[ "${test_module}" == "core" ]]; then
65
# If build/test majors match: cuda.bindings is installed in the previous step.
0 commit comments