mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 09:24:00 +00:00
syntax again
This commit is contained in:
parent
88cd8b2d74
commit
ef22f70e18
1 changed files with 5 additions and 5 deletions
10
.drone.yml
10
.drone.yml
|
@ -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
|
||||||
|
@ -52,8 +52,8 @@ services:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
image: postgres:12-alpine
|
image: postgres:12-alpine
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER: lemmy
|
POSTGRES_USER: lemmy
|
||||||
- POSTGRES_PASSWORD: password
|
POSTGRES_PASSWORD: password
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_sock
|
- name: docker_sock
|
||||||
|
|
Loading…
Reference in a new issue