mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 06:00:38 +00:00
added pg config run for 14 and 15
This commit is contained in:
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
@@ -349,6 +349,8 @@ jobs:
|
||||
- name: Run cargo build
|
||||
run: |
|
||||
pg_install/v16/bin/pg_config --includedir-server
|
||||
pg_install/v15/bin/pg_config --includedir-server
|
||||
pg_install/v14/bin/pg_config --includedir-server
|
||||
${cov_prefix} mold -run cargo build $CARGO_FLAGS $CARGO_FEATURES --bins --tests
|
||||
|
||||
- name: Run rust tests
|
||||
|
||||
Reference in New Issue
Block a user