CI: fix typo in dbhost path

This commit is contained in:
Sonja Happ 2019-04-24 14:44:43 +02:00
parent d01490258a
commit 8e872feb6a

View file

@ -66,7 +66,7 @@ test:backend:
- /etc/init.d/postgresql start
- go mod tidy
- cd common
- go test -v -args -dbhost=/var/lib/postgresql
- go test -v -args -dbhost=/var/run/postgresql
dependencies:
- build:backend