Skip to content

Commit 1c8c263

Browse files
remember to add feature
1 parent b9641c6 commit 1c8c263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
# run: cd pgrx-examples/versioned_custom_libname_so && cargo pgrx schema pg$PG_VER
333333

334334
- name: Test that version bumps work
335-
run: ./update-versions.sh 0.0.999-rc.999 && cargo +nightly package --workspace -Zpackage-workspace --allow-dirty
335+
run: ./update-versions.sh 0.0.999-rc.999 && cargo +nightly package --workspace -Zpackage-workspace --allow-dirty --features "pg$PG_VER"
336336

337337
# Attempt to make the cache payload slightly smaller.
338338
- name: Clean up built PGRX files

0 commit comments

Comments
 (0)