Skip to content

Commit bfbe2c3

Browse files
committed
chore: fix misspelling
1 parent e5160b2 commit bfbe2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tools/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ elif [[ "${test_module}" == "bindings" ]]; then
4747
fi
4848
popd
4949
pushd ./cuda_bindings
50-
echo "Running bindinds tests"
50+
echo "Running bindings tests"
5151
${SANITIZER_CMD} pytest -rxXs -v tests/
5252
if [[ "${SKIP_CYTHON_TEST}" == 0 ]]; then
5353
${SANITIZER_CMD} pytest -rxXs -v tests/cython

0 commit comments

Comments
 (0)