We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--frozen
1 parent 31bb85a commit c901048Copy full SHA for c901048
Dockerfile
@@ -52,8 +52,8 @@ RUN --mount=type=cache,target=${CARGO_HOME}/registry \
52
--mount=type=cache,target=/app/target \
53
cargo machete && \
54
cargo fmt --all -- --check && \
55
- cargo clippy --workspace --benches --tests --examples --all-features -- -D warnings && \
56
- cargo nextest run --all-features --workspace --locked
+ cargo clippy --workspace --benches --tests --examples --all-features --frozen -- -D warnings && \
+ cargo nextest run --all-features --workspace --frozen
57
58
# Release builder
59
FROM builder-base AS build-release
0 commit comments