mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-10 02:05:10 +00:00
check rust version
This commit is contained in:
parent
7af4a60ec4
commit
11c9559ef8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue