Skip to content

Commit 65c42f4

Browse files
committed
Add CircleCI
1 parent 58c3caf commit 65c42f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- run:
1212
name: Database Setup
1313
command: |
14-
pgbench -U postgres -i -h localhost -d postgres
15-
pgbench -U postgres -h localhost -c 10 -T 30 -S -n
14+
pgbench -U postgres -i -d postgres
15+
pgbench -U postgres -c 10 -T 30 -S -n

0 commit comments

Comments
 (0)