try db connection with psql

pull/1335/head
Felix Ableitner 2020-12-10 12:31:59 +01:00
parent e02d0f39ec
commit b5b670b8b9
1 changed files with 5 additions and 4 deletions

View File

@ -14,10 +14,11 @@ steps:
commands:
- apt-get -y update
- apt-get -y install --no-install-recommends espeak postgresql-client
- cargo check --all
- cargo clippy
- cargo test --workspace --no-fail-fast
- mdbook build docs/
- psql $LEMMY_DATABASE_URL
#- cargo check --all
#- cargo clippy
#- cargo test --workspace --no-fail-fast
#- mdbook build docs/
- name: run federation tests
image: docker/compose:alpine-1.27.4