Fix build workflow
ci/woodpecker/push/build Pipeline failed Details

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

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

Loading…
Cancel
Save