mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 14:45:10 +00:00
use alt docker image
This commit is contained in:
parent
b7563bfbf5
commit
ec13759ca6
|
@ -3,18 +3,16 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: cargo test
|
||||
image: ekidd/rust-musl-builder:1.47.0
|
||||
image: ekidd/rust-musl-builder:experimental-stable
|
||||
user: root
|
||||
environment:
|
||||
LEMMY_DATABASE_URL: postgres://lemmy:password@localhost:5432/lemmy
|
||||
RUST_BACKTRACE: 1
|
||||
RUST_TEST_THREADS: 1
|
||||
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
|
||||
commands:
|
||||
- ls -la
|
||||
- id
|
||||
- cargo check --all
|
||||
- cargo test --workspace --no-fail-fast
|
||||
- mdbook build docs/
|
||||
|
||||
- name: run federation tests
|
||||
image: docker/compose:alpine-1.27.4
|
||||
|
|
Loading…
Reference in a new issue