mirror of https://github.com/LemmyNet/lemmy.git
build as root
parent
d0e730fed4
commit
7aa686b650
|
@ -4,6 +4,7 @@ name: default
|
|||
steps:
|
||||
- name: cargo test
|
||||
image: ekidd/rust-musl-builder:1.47.0
|
||||
user: root
|
||||
environment:
|
||||
LEMMY_DATABASE_URL: postgres://lemmy:password@localhost:5432/lemmy
|
||||
RUST_BACKTRACE: 1
|
||||
|
|
Loading…
Reference in New Issue