We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247579a commit dc0687aCopy full SHA for dc0687a
.github/workflows/Linux.yml
@@ -92,8 +92,9 @@ jobs:
92
- name: Test extension
93
env:
94
POSTGRES_TEST_DATABASE_AVAILABLE: 1
95
+ LOCAL_EXTENSION_REPO: 'build/reldebug/repository'
96
PGSERVICE: postgres
97
run: |
98
psql -c "SELECT 43"
99
source ./create-postgres-tables.sh
- make test_reldebug
100
+ ./build/reldebug/test/unittest --autoloading available
0 commit comments