add espeak and postgres client

This commit is contained in:
Felix Ableitner 2020-12-10 01:21:57 +01:00
parent 5b34d2be6c
commit af2a27935b

View file

@ -12,9 +12,10 @@ steps:
RUST_BACKTRACE: 1
RUST_TEST_THREADS: 1
commands:
- apt install espeak postgresql-client
- cargo check --all
- cargo test --workspace --no-fail-fast
- cargo clippy
- cargo test --workspace --no-fail-fast
- mdbook build docs/
- name: run federation tests
@ -46,6 +47,7 @@ steps:
username: kevinbacon
password: pa55word
repo: dessalines/lemmy
purge: true
tags:
- latest
when: