Skip to content

Commit dc0687a

Browse files
committed
Restore Linux tests
1 parent 247579a commit dc0687a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ jobs:
9292
- name: Test extension
9393
env:
9494
POSTGRES_TEST_DATABASE_AVAILABLE: 1
95+
LOCAL_EXTENSION_REPO: 'build/reldebug/repository'
9596
PGSERVICE: postgres
9697
run: |
9798
psql -c "SELECT 43"
9899
source ./create-postgres-tables.sh
99-
make test_reldebug
100+
./build/reldebug/test/unittest --autoloading available

0 commit comments

Comments
 (0)