You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a CI build to check postgres repository changes. (#702)
The CI builds Postgres from the source code in this branch installed in the
neon vendor/postgres-vXX directory, and then runs the Postgres regression
tests and a very simple Neon test that just does CREATE EXTENSION neon.
This allows making sure we can still build Neon with the current code in the
branch, and load the neon shared library at the server's start-up. Actual
neon testing is still maintained in the neon repository, the goal of this CI
action is to have a minimum amount of feedback when contributing to the
Postgres repository.
0 commit comments