From 11c9559ef84dee3c150c34062d1ad75308c6b201 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 10 Dec 2020 20:27:06 +0100 Subject: [PATCH] check rust version --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7350b1196..575c80ee8 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