[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/emacsql db7c3e45db 1/2: ci: Also test module
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/emacsql db7c3e45db 1/2: ci: Also test module |
Date: |
Fri, 15 Dec 2023 15:59:16 -0500 (EST) |
branch: elpa/emacsql
commit db7c3e45db65ab408faefb7ad0992edc68753d4e
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
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 10416a1a47..087652f73f 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.