We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df09b4a commit 26e696bCopy full SHA for 26e696b
ci/tools/run-tests
@@ -46,10 +46,12 @@ elif [[ "${test_module}" == "bindings" ]]; then
46
pip install $(ls "${CUDA_BINDINGS_ARTIFACTS_DIR}"/*.whl)[all] --group test
47
fi
48
echo "Running bindings tests"
49
+ mkdir /tmp/cufile_logs
50
${SANITIZER_CMD} pytest -rxXs -v tests/
51
if [[ "${SKIP_CYTHON_TEST}" == 0 ]]; then
52
${SANITIZER_CMD} pytest -rxXs -v tests/cython
53
54
+ cat /tmp/cufile_logs/*
55
cat cufile.log
56
popd
57
elif [[ "${test_module}" == "core" ]]; then
0 commit comments