Skip to content

Commit

Permalink
ci: create ltree extension
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineChikhaoui authored and jackc committed Nov 5, 2022
1 parent fcee893 commit e19b507
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -43,6 +43,14 @@ jobs:
PGPASSWORD: secret
PGSSLMODE: disable

- name: Create ltree extension
run: psql -c 'create extension ltree'
env:
PGHOST: localhost
PGUSER: postgres
PGPASSWORD: secret
PGSSLMODE: disable

- name: Test
run: go test -v ./...
env:
Expand Down

0 comments on commit e19b507

Please sign in to comment.