-
Notifications
You must be signed in to change notification settings - Fork 1
Switch to pgxn-tools based testing #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jnasbyupgrade
wants to merge
11
commits into
master
Choose a base branch
from
master-pre-rollback
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
fa15ccb
Switch to pgxn-tools based testing
jnasbyupgrade 99083b8
Remove .travis.yml
jnasbyupgrade aa53b91
Remove errant vim swapfile
jnasbyupgrade 68e8afc
Update test workflow
jnasbyupgrade 9859566
Add missing PGUSER argument
jnasbyupgrade 9a1e50b
Fix dump test
jnasbyupgrade 594d248
Squashed 'pgxntool/' changes from 890053c..e9c24de
jnasbyupgrade a217824
Pull pgxntool from master
jnasbyupgrade 8dc5cfc
dump test is actually included in make test
jnasbyupgrade 728f815
Switch to github CI testing
jnasbyupgrade 2e984c6
Merge remote-tracking branch 'upstream/master' into master-pre-rollback
jnasbyupgrade File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| name: CI | ||
| on: [push, pull_request] | ||
| jobs: | ||
| test: | ||
| strategy: | ||
| matrix: | ||
| pg: [17, 16, 15, 14, 13, 12, 11, 10] | ||
| name: 🐘 PostgreSQL ${{ matrix.pg }} | ||
| runs-on: ubuntu-latest | ||
| container: pgxn/pgxn-tools | ||
| steps: | ||
| - name: Start PostgreSQL ${{ matrix.pg }} | ||
| run: pg-start ${{ matrix.pg }} | ||
| - name: Check out the repo | ||
| uses: actions/checkout@v4 | ||
| - name: Test on PostgreSQL ${{ matrix.pg }} | ||
| run: make test PGUSER=postgres | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,6 +39,7 @@ test/install/schedule | |
| # Misc | ||
| tmp/ | ||
| .DS_Store | ||
| .claude/settings.local.json | ||
|
|
||
| # pg_tle generated files | ||
| /pg_tle/ | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.