Skip to content

Commit

Permalink
Add tde tests step
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Jan 23, 2024
1 parent 2c1f238 commit 778d9b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/postgresql-16-src-make-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
cp src/contrib/postgres-tde-ext/keyring.json /tmp/keyring.json
pg_ctl -D $HOME/pgsql/data -l logfile start
- name: Test postgres-tde-ext
run: |
make installcheck
working-directory: src/contrib/postgres-tde-ext

- name: Run debug commands on failure
if: ${{ failure() }}
run: |
Expand Down

0 comments on commit 778d9b5

Please sign in to comment.