We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5160b2 commit bfbe2c3Copy full SHA for bfbe2c3
ci/tools/run-tests
@@ -47,7 +47,7 @@ elif [[ "${test_module}" == "bindings" ]]; then
47
fi
48
popd
49
pushd ./cuda_bindings
50
- echo "Running bindinds tests"
+ echo "Running bindings tests"
51
${SANITIZER_CMD} pytest -rxXs -v tests/
52
if [[ "${SKIP_CYTHON_TEST}" == 0 ]]; then
53
${SANITIZER_CMD} pytest -rxXs -v tests/cython
0 commit comments