Skip to content

Commit 22c595f

Browse files
committed
Enable slow extensions
PDO_sqlite, the Pg extensions, SNMP, LDAP, Enchant, Tidy, ODBC, and PDO_DBLIB. Note that DBLIB and ODBC will be hard to test since the tests assume SQL Server. LDAP and SNMP may require config on the PPC CI server, but Pg shhould be configured and ready to go.
1 parent a75c8a8 commit 22c595f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
CXX=clang++-17
6262
--enable-debug
6363
--enable-zts
64-
skipSlow: true # FIXME: This should likely include slow extensions
64+
skipSlow: false # FIXME: This should likely include slow extensions
6565
- name: make
6666
run: make -j$(/usr/bin/nproc) >/dev/null
6767
# Skip an install action for now

0 commit comments

Comments
 (0)