remove ro replace lemmy references
This commit is contained in:
parent
f949fc5474
commit
4fcbb1bf6b
1 changed files with 1 additions and 2 deletions
|
@ -69,13 +69,12 @@ steps:
|
|||
CARGO_HOME: .cargo_home
|
||||
commands:
|
||||
- cargo build
|
||||
- mv target/debug/lemmy_server target/lemmy_server
|
||||
- mv target/debug/skip target/skip
|
||||
when: *slow_check_paths
|
||||
|
||||
cargo_test:
|
||||
image: *rust_image
|
||||
environment:
|
||||
LEMMY_DATABASE_URL: postgres://lemmy:password@database:5432/lemmy
|
||||
RUST_BACKTRACE: "1"
|
||||
CARGO_HOME: .cargo_home
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue