We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb006db commit c19ab18Copy full SHA for c19ab18
ci/tools/run-tests
@@ -46,13 +46,10 @@ 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/ || true
51
if [[ "${SKIP_CYTHON_TEST}" == 0 ]]; then
52
${SANITIZER_CMD} pytest -rxXs -v tests/cython || true
53
54
- cat /tmp/cufile_logs/* || true
55
- cat cufile.log || true
56
popd
57
elif [[ "${test_module}" == "core" ]]; then
58
# If build/test majors match: cuda.bindings is installed in the previous step.
0 commit comments