Skip to content

Commit 8bfc73f

Browse files
committed
more upgrade tests
1 parent 96f6f2c commit 8bfc73f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/extension_upgrade.yml

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
git checkout tags/v0.20.0
6363
# pgrx=0.12.5 required for v0.20.0
6464
cargo install cargo-pgrx --version 0.12.5 --locked
65+
# use integration tests for v0.20.0
6566
make test-integration
6667
- name: Test branch's version
6768
env:

extension/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ test-update:
114114
echo "\q" | make run
115115
psql ${DATABASE_URL} -c "CREATE EXTENSION IF NOT EXISTS vectorscale"
116116
psql ${DATABASE_URL} -c "ALTER EXTENSION vectorize UPDATE"
117-
make test-integration
117+
make test-unit

0 commit comments

Comments
 (0)