mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 09:24:00 +00:00
use alt docker image
This commit is contained in:
parent
b7563bfbf5
commit
ec13759ca6
1 changed files with 2 additions and 4 deletions
|
@ -3,18 +3,16 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
image: ekidd/rust-musl-builder:1.47.0
|
image: ekidd/rust-musl-builder:experimental-stable
|
||||||
user: root
|
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
|
||||||
RUST_TEST_THREADS: 1
|
RUST_TEST_THREADS: 1
|
||||||
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
|
|
||||||
commands:
|
commands:
|
||||||
- ls -la
|
|
||||||
- id
|
|
||||||
- cargo check --all
|
- cargo check --all
|
||||||
- cargo test --workspace --no-fail-fast
|
- cargo test --workspace --no-fail-fast
|
||||||
|
- mdbook build docs/
|
||||||
|
|
||||||
- name: run federation tests
|
- name: run federation tests
|
||||||
image: docker/compose:alpine-1.27.4
|
image: docker/compose:alpine-1.27.4
|
||||||
|
|
Loading…
Reference in a new issue