From: Felix Ableitner Date: Thu, 10 Dec 2020 19:27:06 +0000 (+0100) Subject: check rust version X-Git-Url: http://these/git/?a=commitdiff_plain;h=11c9559ef84dee3c150c34062d1ad75308c6b201;p=lemmy.git check rust version --- diff --git a/.drone.yml b/.drone.yml index 7350b119..575c80ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,6 +58,7 @@ steps: - name: dieselcli path: /dieselcli commands: + - cargo --version - apt-get update - apt-get -y install --no-install-recommends espeak postgresql-client - /dieselcli/diesel migration run @@ -76,7 +77,6 @@ steps: commands: - cargo build - # TODO: lemmy config is missing - name: run federation tests image: node:15-buster-slim user: root