Skip to content

Commit

Permalink
try broken
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Dec 15, 2023
1 parent 4b2d292 commit ede3f26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ jobs:
PSQL_USER: postgres
PSQL_HOST: 127.0.0.1
PSQL_PORT: 5432
# PG_DATABASE: postgres
# PG_USER: postgres
# PG_PASSWORD: postgres
# PG_HOST: 127.0.0.1
# PG_PORT: 5432
# FIXME(CI) Fix pg.
PG_DATABASE: postgres
PG_USER: postgres
PG_PASSWORD: postgres
PG_HOST: 127.0.0.1
PG_PORT: 5432
1 change: 1 addition & 0 deletions tests/emacsql-external-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'emacsql-sqlite-module 'sqlite3))
(require 'emacsql-mysql)
(require 'emacsql-psql)
;; FIXME(CI) Broken and thus disabled in test.yml.
(if (require 'pg nil t)
(require 'emacsql-pg)
(message "WARNING: Forgo testing %s because %s is unavailable"
Expand Down

0 comments on commit ede3f26

Please sign in to comment.