Install clippy in build workflow
ci/woodpecker/push/build Pipeline failed Details

main
trivernis 6 months ago
parent 6c9889e3e1
commit 37b22a7d51
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -10,6 +10,7 @@ steps:
test: test:
image: rust:alpine image: rust:alpine
commands: commands:
- rustup component add clippy --toolchain stable-x86_64-unknown-linux-musl
- cargo clippy - cargo clippy
- cargo test --verbose --package bot-coreutils - cargo test --verbose --package bot-coreutils
- cargo test --verbose --package bot-database - cargo test --verbose --package bot-database

Loading…
Cancel
Save