Skip to content

Commit

Permalink
update again
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Dec 18, 2024
1 parent 01a3c06 commit 746512c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.tar.zst
cargo nextest archive --archive-file tests.tar.zst


FROM builder-ci AS ci-part
Expand Down

0 comments on commit 746512c

Please sign in to comment.