add cast case to CI
This commit is contained in:
parent
73142a7ac3
commit
5565cbd159
|
@ -18,6 +18,7 @@ python3 ./test.py -f 2-query/char_length.py
|
|||
python3 ./test.py -f 2-query/upper.py
|
||||
python3 ./test.py -f 2-query/lower.py
|
||||
python3 ./test.py -f 2-query/join.py
|
||||
python3 ./test.py -f 2-query/cast.py
|
||||
# python3 ./test.py -f 2-query/concat.py # after wal ,crash occured
|
||||
# python3 ./test.py -f 2-query/concat_ws.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue