mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-23 04:53:06 +00:00
build as root
This commit is contained in:
parent
d0e730fed4
commit
7aa686b650
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ name: default
|
||||||
steps:
|
steps:
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
image: ekidd/rust-musl-builder:1.47.0
|
image: ekidd/rust-musl-builder:1.47.0
|
||||||
|
user: root
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue