add espeak and postgres client

pull/1335/head
Felix Ableitner 2020-12-10 01:21:57 +01:00
parent 5b34d2be6c
commit af2a27935b
1 changed files with 3 additions and 1 deletions

View File

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