Skip to content

Commit

Permalink
Disable running cargo tests in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
np22-jpg committed May 31, 2024
1 parent fbac37e commit 4396114
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 @@ -3,7 +3,7 @@ FROM docker.io/library/rust:1.78-slim-bookworm AS builder
WORKDIR /app
COPY ./ ./

RUN cargo test --release
# RUN cargo test --release
RUN cargo build --release

FROM docker.io/library/debian:bookworm-slim AS release
Expand Down

0 comments on commit 4396114

Please sign in to comment.