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

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

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

Loading…
Cancel
Save