mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 03:41:02 +00:00
syntax
This commit is contained in:
parent
84ac188cee
commit
88cd8b2d74
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ steps:
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
image: ekidd/rust-musl-builder:1.47.0
|
image: ekidd/rust-musl-builder:1.47.0
|
||||||
environment:
|
environment:
|
||||||
- LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
- LEMMY_DATABASE_URL: =postgres://lemmy:password@localhost:5432/lemmy
|
||||||
- RUST_BACKTRACE=1
|
- RUST_BACKTRACE: 1
|
||||||
- RUST_TEST_THREADS=1
|
- RUST_TEST_THREADS: 1
|
||||||
commands:
|
commands:
|
||||||
- cargo check --all
|
- cargo check --all
|
||||||
- cargo test --workspace --no-fail-fast
|
- cargo test --workspace --no-fail-fast
|
||||||
|
|
Loading…
Reference in a new issue