Skip to content

Commit 12f4ad0

Browse files
committed
Remove || true
1 parent d603adc commit 12f4ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/tools/run-tests

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ elif [[ "${test_module}" == "bindings" ]]; then
4646
pip install $(ls "${CUDA_BINDINGS_ARTIFACTS_DIR}"/*.whl)[all] --group test
4747
fi
4848
echo "Running bindings tests"
49-
${SANITIZER_CMD} pytest -rxXs -v tests/ || true
49+
${SANITIZER_CMD} pytest -rxXs -v tests/
5050
if [[ "${SKIP_CYTHON_TEST}" == 0 ]]; then
51-
${SANITIZER_CMD} pytest -rxXs -v tests/cython || true
51+
${SANITIZER_CMD} pytest -rxXs -v tests/cython
5252
fi
5353
popd
5454
elif [[ "${test_module}" == "core" ]]; then

0 commit comments

Comments
 (0)