Run clippy on the whole workspace

This commit is contained in:
Nora Widdecke 2022-03-03 15:39:22 +01:00 committed by Vincent Breitmoser
parent 59c42c033d
commit 1802cc6811
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ build, test and lint:
- rustup component add rustfmt
- ./make-translated-templates
- cargo build
- cargo clippy --tests --no-deps
- cargo clippy --tests --no-deps --workspace
- cargo fmt --all -- --check
- cargo test --all