mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 09:24:00 +00:00
add espeak and postgres client
This commit is contained in:
parent
5b34d2be6c
commit
af2a27935b
1 changed files with 3 additions and 1 deletions
|
@ -12,9 +12,10 @@ steps:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
RUST_TEST_THREADS: 1
|
RUST_TEST_THREADS: 1
|
||||||
commands:
|
commands:
|
||||||
|
- apt install espeak postgresql-client
|
||||||
- cargo check --all
|
- cargo check --all
|
||||||
- cargo test --workspace --no-fail-fast
|
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
|
- cargo test --workspace --no-fail-fast
|
||||||
- mdbook build docs/
|
- mdbook build docs/
|
||||||
|
|
||||||
- name: run federation tests
|
- name: run federation tests
|
||||||
|
@ -46,6 +47,7 @@ steps:
|
||||||
username: kevinbacon
|
username: kevinbacon
|
||||||
password: pa55word
|
password: pa55word
|
||||||
repo: dessalines/lemmy
|
repo: dessalines/lemmy
|
||||||
|
purge: true
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue