mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-23 04:53:06 +00:00
check rust version
This commit is contained in:
parent
7af4a60ec4
commit
11c9559ef8
1 changed files with 1 additions and 1 deletions
|
@ -58,6 +58,7 @@ steps:
|
||||||
- name: dieselcli
|
- name: dieselcli
|
||||||
path: /dieselcli
|
path: /dieselcli
|
||||||
commands:
|
commands:
|
||||||
|
- cargo --version
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y install --no-install-recommends espeak postgresql-client
|
- apt-get -y install --no-install-recommends espeak postgresql-client
|
||||||
- /dieselcli/diesel migration run
|
- /dieselcli/diesel migration run
|
||||||
|
@ -76,7 +77,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cargo build
|
- cargo build
|
||||||
|
|
||||||
# TODO: lemmy config is missing
|
|
||||||
- name: run federation tests
|
- name: run federation tests
|
||||||
image: node:15-buster-slim
|
image: node:15-buster-slim
|
||||||
user: root
|
user: root
|
||||||
|
|
Loading…
Reference in a new issue