Skip to content

Commit 5a99e7b

Browse files
committed
ci: set PGHOST
Because socket doesn't exist in /tmp/.
1 parent 277d570 commit 5a99e7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,7 @@ jobs:
7676
run: |
7777
bundle exec rake
7878
- name: Benchmark
79+
env:
80+
PGHOST: /var/run/postgresql
7981
run: |
8082
bundle exec benchmark/load-dump.rb

0 commit comments

Comments
 (0)