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 d603adc commit 12f4ad0Copy full SHA for 12f4ad0
ci/tools/run-tests
@@ -46,9 +46,9 @@ 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
- ${SANITIZER_CMD} pytest -rxXs -v tests/ || true
+ ${SANITIZER_CMD} pytest -rxXs -v tests/
50
if [[ "${SKIP_CYTHON_TEST}" == 0 ]]; then
51
- ${SANITIZER_CMD} pytest -rxXs -v tests/cython || true
+ ${SANITIZER_CMD} pytest -rxXs -v tests/cython
52
53
popd
54
elif [[ "${test_module}" == "core" ]]; then
0 commit comments