kopia lustrzana https://github.com/micropython/micropython-lib
tools/ci.sh: Add sqlite3 tests to CI.
Signed-off-by: Damien George <damien@micropython.org>pull/905/head
rodzic
bea5367ce2
commit
66fa62bda1
|
@ -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"
|
||||
|
|
Ładowanie…
Reference in New Issue