elpasync pushed a change to branch elpa/emacsql. from 4a9dc9234f readme: Untabify new 65357c6b8e Require cl-lib et al. only in emacsql new fbe3627422 Show no warnings when dependencies are missing new d8bd5577d4 ci: Add compile workflow new eb8e27e50e ci: Add stats workflow new 70545676f4 test: Expect failure for emacsql-nul-character on Emacs 25 new a02dc57cb4 test: Use ert-run-tests-batch-and-exit new 29194a63ed ci: Add test workflow new 176fd09011 readme: Add badges
Summary of changes: .github/workflows/compile.yml | 6 +++ .github/workflows/stats.yml | 11 ++++ .github/workflows/test.yml | 113 ++++++++++++++++++++++++++++++++++++++++ Makefile | 12 +++-- README.md | 9 ++-- emacsql-mysql.el | 3 -- emacsql-pg.el | 6 +-- emacsql-psql.el | 3 -- emacsql-sqlite-builtin.el | 6 ++- emacsql-sqlite-module.el | 8 ++- emacsql-sqlite.el | 3 -- emacsql.el | 1 + tests/emacsql-external-tests.el | 58 ++++++++++++++++----- 13 files changed, 206 insertions(+), 33 deletions(-) create mode 100644 .github/workflows/compile.yml create mode 100644 .github/workflows/stats.yml create mode 100644 .github/workflows/test.yml