mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 12:51:18 +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:
|
||||
- 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 a new issue