Skip to content

Commit

Permalink
Run installcheck in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Apr 12, 2024
1 parent 78eec5b commit 78eb31f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@ jobs:
- name: Run the tests
env: { RUST_BACKTRACE: 1, PGUSER: postgres }
run: make test
- name: Install
run: make install
- name: Run Install Check
run: make installcheck
- name: Remove Data Diretory
run: rm -rf target/pgrx-test-data-${{ matrix.pg }}

0 comments on commit 78eb31f

Please sign in to comment.