add case to_iso8601 to ci

This commit is contained in:
jiacy-jcy 2022-05-26 11:38:46 +08:00
parent 3eb9aa5c05
commit 6361e87755
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ python3 ./test.py -f 2-query/max.py
python3 ./test.py -f 2-query/min.py
python3 ./test.py -f 2-query/count.py
python3 ./test.py -f 2-query/last.py
#python3 ./test.py -f 2-query/To_iso8601.py
python3 ./test.py -f 2-query/To_iso8601.py
python3 ./test.py -f 2-query/To_unixtimestamp.py
python3 ./test.py -f 2-query/timetruncate.py
python3 ./test.py -f 2-query/diff.py