Skip to content

Commit 4721bd4

Browse files
committed
Install mutants and nextest into container
1 parent e93dd99 commit 4721bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
FROM rust:latest AS build
33
RUN apt update
44
RUN apt install -y s3cmd tar zstd awscli clang build-essential
5-
# RUN cargo install --locked cargo-nextest
6-
# RUN --mount=type=bind,source=.,target=/src,rw cargo install --locked --path=/src --target-dir=/build
5+
RUN cargo install --locked cargo-nextest
6+
RUN --mount=type=bind,source=.,target=/src,rw cargo install --locked --path=/src --target-dir=/build
77

88
# FROM rust:latest AS final
99
# COPY --from=build /build/release/cargo-mutants /usr/local/bin/

0 commit comments

Comments
 (0)