Skip to content
This repository was archived by the owner on Jul 12, 2025. It is now read-only.

Commit e19b507

Browse files
AmineChikhaouijackc
authored andcommitted
ci: create ltree extension
1 parent fcee893 commit e19b507

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
PGPASSWORD: secret
4444
PGSSLMODE: disable
4545

46+
- name: Create ltree extension
47+
run: psql -c 'create extension ltree'
48+
env:
49+
PGHOST: localhost
50+
PGUSER: postgres
51+
PGPASSWORD: secret
52+
PGSSLMODE: disable
53+
4654
- name: Test
4755
run: go test -v ./...
4856
env:

0 commit comments

Comments
 (0)