Skip to content

Commit c6ef639

Browse files
committed
Merge branch 'develop'
2 parents 5d57380 + 4e21c18 commit c6ef639

File tree

38 files changed

+1181
-600
lines changed

38 files changed

+1181
-600
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ jobs:
253253
- name: Run triggers example tests
254254
run: cargo test --package triggers --features "pg$PG_VER" --no-default-features
255255

256-
- name: Run versioned_custom_libname_so example tests
257-
run: cargo test --package versioned_custom_libname_so --features "pg$PG_VER" --no-default-features
256+
# - name: Run versioned_custom_libname_so example tests
257+
# run: cargo test --package versioned_custom_libname_so --features "pg$PG_VER" --no-default-features
258258

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

0 commit comments

Comments
 (0)