We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea5367 commit 66fa62bCopy full SHA for 66fa62b
tools/ci.sh
@@ -66,6 +66,9 @@ function ci_package_tests_run {
66
unix-ffi/gettext/test_gettext.py \
67
unix-ffi/pwd/test_getpwnam.py \
68
unix-ffi/re/test_re.py \
69
+ unix-ffi/sqlite3/test_sqlite3.py \
70
+ unix-ffi/sqlite3/test_sqlite3_2.py \
71
+ unix-ffi/sqlite3/test_sqlite3_3.py \
72
unix-ffi/time/test_strftime.py \
73
; do
74
echo "Running test $test"
0 commit comments