ci: reenable rustup install
Some checks failed
ci/woodpecker/manual/cargo-checks Pipeline failed

This commit is contained in:
notohh 2024-02-25 11:36:01 -05:00
parent dd2f2a12b5
commit e4cb027100
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -4,12 +4,12 @@ when:
- path: "src/*"
steps:
# cargo_clippy:
# image: rust
# commands: |
# rustup update stable && rustup default stable
# rustup component add clippy
#cargo clippy --all-targets --all-features
cargo_clippy:
image: rust
commands: |
rustup update stable && rustup default stable
rustup component add clippy
# cargo clippy --all-targets --all-features
cargo_test:
image: rust
commands: