tools/ci.sh: Add sqlite3 tests to CI.

Signed-off-by: Damien George <damien@micropython.org>
pull/905/head
Damien George 2024-08-22 13:08:29 +10:00
rodzic bea5367ce2
commit 66fa62bda1
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -66,6 +66,9 @@ function ci_package_tests_run {
unix-ffi/gettext/test_gettext.py \
unix-ffi/pwd/test_getpwnam.py \
unix-ffi/re/test_re.py \
unix-ffi/sqlite3/test_sqlite3.py \
unix-ffi/sqlite3/test_sqlite3_2.py \
unix-ffi/sqlite3/test_sqlite3_3.py \
unix-ffi/time/test_strftime.py \
; do
echo "Running test $test"