From: Felix Ableitner <me@nutomic.com>
Date: Thu, 10 Dec 2020 00:21:57 +0000 (+0100)
Subject: add espeak and postgres client
X-Git-Url: http://these/git/%7Bthis.props.imageSrc%7D?a=commitdiff_plain;h=af2a27935bbae9a2b1642488e526073665a6ffa8;p=lemmy.git

add espeak and postgres client
---

diff --git a/.drone.yml b/.drone.yml
index 45886aa2..b22d13cf 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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: