testing other components

This commit is contained in:
Abhijeet Patil
2024-01-19 15:13:57 +00:00
parent fc5f0812d3
commit 757592cca2

View File

@@ -346,12 +346,12 @@ jobs:
- name: Build walproposer-lib
run: mold -run make walproposer-lib -j$(nproc)
- 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 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
run: |