test: add ltrim add rtrim to CI

This commit is contained in:
cpwu 2022-05-09 10:20:11 +08:00
parent b82befef71
commit 13dbfb1490
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ python3 ./test.py -f 0-others/telemetry.py
#python3 ./test.py -f 2-query/between.py
python3 ./test.py -f 2-query/distinct.py
python3 ./test.py -f 2-query/varchar.py
python3 ./test.py -f 2-query/ltrim.py
python3 ./test.py -f 2-query/rtrim.py
python3 ./test.py -f 2-query/timezone.py
python3 ./test.py -f 2-query/Now.py