added pg config run for 14 and 15

This commit is contained in:
Abhijeet Patil
2024-01-19 14:30:11 +00:00
parent 1fa4827acb
commit fc5f0812d3

View File

@@ -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