mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
1062e57fee
Previously, we compiled neon separately for Postgres v14 and v15, for the codestyle checks. But that was bogus; we actually just ran "make postgres", which always compiled both versions. The version really only affected the caching. Fix that, by copying the build steps from the main build_and_test.yml workflow.