mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 03:32:13 +00:00
Yet another CI tweak
This commit is contained in:
parent
be67555d02
commit
6e11216708
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -35,6 +35,14 @@ jobs:
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Create hstore extension
|
||||
run: psql -c 'create extension hstore'
|
||||
env:
|
||||
PGHOST: localhost
|
||||
PGUSER: postgres
|
||||
PGPASSWORD: secret
|
||||
PGSSLMODE: disable
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user