diff --git a/Dockerfile b/Dockerfile index fb877a97e..cf9185047 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,8 +89,8 @@ ENV PATH=~xmtp/.cargo/bin:$PATH ENV USER=xmtp RUN ~xmtp/.cargo/bin/cargo check -RUN ~xmtp/.cargo/bin/cargo +nightly --version -RUN ~xmtp/.cargo/bin/cargo +nightly fmt --check +RUN ~xmtp/.cargo/bin/cargo --version +RUN ~xmtp/.cargo/bin/cargo fmt --check RUN ~xmtp/.cargo/bin/cargo clippy --all-features --no-deps RUN ~xmtp/.cargo/bin/cargo clippy --all-features --no-deps --manifest-path xmtp/Cargo.toml # some tests are setup as integration tests 👀 xmtp_mls @@ -105,4 +105,4 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vendor="xmtp" \ org.label-schema.version=$VERSION \ org.label-schema.schema-version="1.0" \ - org.opencontainers.image.description="Rust Development Container" \ No newline at end of file + org.opencontainers.image.description="Rust Development Container"