Skip to content

Commit

Permalink
don't bother making a new extenion here as we now have the cargo-pgx-…
Browse files Browse the repository at this point in the history
…init.yml
  • Loading branch information
eeeebbbbrrrr committed Feb 5, 2021
1 parent e755c0a commit 9fab29d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
- name: pg_config version
run: pg_config --version

- name: create new sample extension
run: cd /tmp/ && cargo pgx new sample

# make sure the examples build too and build them in the matrix
- name: ${{ matrix.examples }} example on pg${{ matrix.version }}
run: cd pgx-examples/${{ matrix.examples }} && cargo pgx test pg${{ matrix.version }}

0 comments on commit 9fab29d

Please sign in to comment.