check rust version

This commit is contained in:
Felix Ableitner 2020-12-10 20:27:06 +01:00
parent 7af4a60ec4
commit 11c9559ef8

View file

@ -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