Skip to content

Commit

Permalink
warnings now trigger error
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Jan 17, 2024
1 parent 4077cec commit 2e62118
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 @@ -12,7 +12,7 @@ ENV USER=xmtp

RUN ~xmtp/.cargo/bin/cargo check
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 -- -D warnings
RUN ~xmtp/.cargo/bin/cargo test

LABEL org.label-schema.build-date=$BUILD_DATE \
Expand Down

0 comments on commit 2e62118

Please sign in to comment.