Skip to content

Commit

Permalink
fix clippy cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Apr 9, 2024
1 parent 8cf14b3 commit 27ab899
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 @@ -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

Expand Down

0 comments on commit 27ab899

Please sign in to comment.