Skip to content

Commit

Permalink
Merge pull request #557 from tcdi/develop
Browse files Browse the repository at this point in the history
Prepare 0.4.4
  • Loading branch information
eeeebbbbrrrr authored May 8, 2022
2 parents c4ce4b9 + c558215 commit 52e40fb
Show file tree
Hide file tree
Showing 42 changed files with 1,404 additions and 158 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ jobs:
- name: Run triggers example tests
run: cargo test --package triggers --features "pg$PG_VER" --no-default-features

- name: Run versioned_so example tests
run: cargo test --package versioned_so --features "pg$PG_VER" --no-default-features

# Attempt to make the cache payload slightly smaller.
- name: Clean up built PGX files
run: |
Expand Down
Loading

0 comments on commit 52e40fb

Please sign in to comment.