diff --git a/Dockerfile b/Dockerfile index 23a02dd53..d492036e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV RUSTUP_PERMIT_COPY_RENAME "yes" RUN cargo check RUN cargo fmt --check -RUN cargo clippy --all-features --no-deps -Dwarnings +RUN cargo clippy --all-features --no-deps -- -Dwarnings # some tests are setup as integration tests 👀 xmtp_mls RUN for crate in xmtp_cryptography xmtp_proto xmtp_v2; do cd ${crate}; cargo test; done