Skip to content

Commit

Permalink
do again
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Dec 18, 2024
1 parent 40a0129 commit 01a3c06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN --mount=type=cache,target=${CARGO_HOME}/registry \
--mount=type=cache,target=${CARGO_HOME}/git \
--mount=type=cache,target=/app/target \
cargo build && \
cargo nextest archive tests.zst
cargo nextest archive tests.tar.zst


FROM builder-ci AS ci-part
Expand All @@ -70,8 +70,8 @@ RUN --mount=type=cache,target=${CARGO_HOME}/registry \

FROM builder-base AS nextest

COPY --from=builder-ci /app/tests.zst /app/tests.zst
RUN cargo nextest run --archive-file tests.zst
COPY --from=builder-ci /app/tests.zst /app/tests.tar.zst
RUN cargo nextest run --archive-file tests.tar.zst


FROM builder-base AS fmt
Expand Down

0 comments on commit 01a3c06

Please sign in to comment.