Skip to content

Commit

Permalink
ci: Also test module
Browse files Browse the repository at this point in the history
The issue that prevented that was fixed in [1: 855eb3f].

1: 2023-12-15 855eb3f
   ci: Build sqlite3 with Nix
  • Loading branch information
tarsius committed Dec 15, 2023
1 parent 855eb3f commit db7c3e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/emacsql-external-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit db7c3e4

Please sign in to comment.