Skip to content

Commit

Permalink
Update pull_request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpastro committed Dec 11, 2023
1 parent 872fffb commit c0bf87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: cargo install cargo-pgrx --version 0.11.0 --locked

- name: Install Postgres
run: cargo pgrx init --pg16 download
run: cargo pgrx init --pg15 download

- name: Run tests
run: cargo pgrx test
run: cargo pgrx test pg15

0 comments on commit c0bf87e

Please sign in to comment.