We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e696b commit f73707dCopy full SHA for f73707d
1 file changed
ci/tools/run-tests
@@ -47,9 +47,9 @@ elif [[ "${test_module}" == "bindings" ]]; then
47
fi
48
echo "Running bindings tests"
49
mkdir /tmp/cufile_logs
50
- ${SANITIZER_CMD} pytest -rxXs -v tests/
+ ${SANITIZER_CMD} pytest -rxXs -v tests/ || true
51
if [[ "${SKIP_CYTHON_TEST}" == 0 ]]; then
52
- ${SANITIZER_CMD} pytest -rxXs -v tests/cython
+ ${SANITIZER_CMD} pytest -rxXs -v tests/cython || true
53
54
cat /tmp/cufile_logs/*
55
cat cufile.log
0 commit comments