We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f6f2c commit 8bfc73fCopy full SHA for 8bfc73f
.github/workflows/extension_upgrade.yml
@@ -62,6 +62,7 @@ jobs:
62
git checkout tags/v0.20.0
63
# pgrx=0.12.5 required for v0.20.0
64
cargo install cargo-pgrx --version 0.12.5 --locked
65
+ # use integration tests for v0.20.0
66
make test-integration
67
- name: Test branch's version
68
env:
extension/Makefile
@@ -114,4 +114,4 @@ test-update:
114
echo "\q" | make run
115
psql ${DATABASE_URL} -c "CREATE EXTENSION IF NOT EXISTS vectorscale"
116
psql ${DATABASE_URL} -c "ALTER EXTENSION vectorize UPDATE"
117
- make test-integration
+ make test-unit
0 commit comments