mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 11:40:38 +00:00
testing other components
This commit is contained in:
12
.github/workflows/build_and_test.yml
vendored
12
.github/workflows/build_and_test.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user