added some debug indo

This commit is contained in:
Abhijeet Patil
2024-01-19 11:29:59 +00:00
parent 645c48df47
commit e0b5895d5a

View File

@@ -351,6 +351,8 @@ jobs:
- name: Run cargo build
run: |
ls pg_install/v16/bin
pg_install/v16/bin/pg_config --includedir-server
${cov_prefix} mold -run cargo build $CARGO_FLAGS $CARGO_FEATURES --bins --tests
- name: Run rust tests