We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9641c6 commit 1c8c263Copy full SHA for 1c8c263
.github/workflows/tests.yml
@@ -332,7 +332,7 @@ jobs:
332
# run: cd pgrx-examples/versioned_custom_libname_so && cargo pgrx schema pg$PG_VER
333
334
- name: Test that version bumps work
335
- run: ./update-versions.sh 0.0.999-rc.999 && cargo +nightly package --workspace -Zpackage-workspace --allow-dirty
+ run: ./update-versions.sh 0.0.999-rc.999 && cargo +nightly package --workspace -Zpackage-workspace --allow-dirty --features "pg$PG_VER"
336
337
# Attempt to make the cache payload slightly smaller.
338
- name: Clean up built PGRX files
0 commit comments