mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add a Docker-based test for the message-queue service
This commit is contained in:
@@ -45,7 +45,7 @@ RUN --mount=type=cache,target=/root/.local/ \
|
||||
--mount=type=cache,target=/serai/target/release/incremental \
|
||||
--mount=type=cache,target=/serai/target/release/wbuild \
|
||||
--mount=type=cache,target=/serai/target/release/lib* \
|
||||
cd message-queue && cargo build --release
|
||||
cd message-queue && cargo build --release --all-features
|
||||
|
||||
# Prepare Image
|
||||
FROM ubuntu:latest as image
|
||||
|
||||
@@ -45,7 +45,7 @@ RUN --mount=type=cache,target=/root/.local/ \
|
||||
--mount=type=cache,target=/serai/target/release/incremental \
|
||||
--mount=type=cache,target=/serai/target/release/wbuild \
|
||||
--mount=type=cache,target=/serai/target/release/lib* \
|
||||
cd processor && cargo build --release
|
||||
cd processor && cargo build --release --all-features
|
||||
|
||||
# Prepare Image
|
||||
FROM ubuntu:latest as image
|
||||
|
||||
Reference in New Issue
Block a user