From db7c3e45db65ab408faefb7ad0992edc68753d4e Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 15 Dec 2023 19:13:48 +0100 Subject: [PATCH] ci: Also test module The issue that prevented that was fixed in [1: 855eb3f]. 1: 2023-12-15 855eb3f5c600c4927c8de0047220c706e4bf13f1 ci: Build sqlite3 with Nix --- tests/emacsql-external-tests.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/emacsql-external-tests.el b/tests/emacsql-external-tests.el index 10416a1..087652f 100644 --- a/tests/emacsql-external-tests.el +++ b/tests/emacsql-external-tests.el @@ -12,10 +12,7 @@ ;; FIXME(CI) this is currently not tested because the Emacs ;; snapshot hasn't been compiled with sqlite support. (when (require 'sqlite nil t) (require 'emacsql-sqlite-builtin)) -;; FIXME(CI) libsqlite3.so.0 cannot be found, even though -;; it appears to be installed in the correct location. -(unless (equal (getenv "CI") "true") - (when (require 'sqlite3 nil t) (require 'emacsql-sqlite-module))) +(when (require 'sqlite3 nil t) (require 'emacsql-sqlite-module)) (require 'emacsql-mysql) (require 'emacsql-psql) ;; FIXME(CI) broken and thus disabled in test.yml.