forcebot_rs/.woodpecker/cargo-checks.yml
notohh 2600ee6cc4
Merge branch 'main' into init-cli-p2
ci: disable clippy for now

ci: reenable rustup install

cargo: update lock
2024-02-25 11:53:43 -05:00

16 lines
318 B
YAML

when:
- event: pull_request
- event: push
- 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_test:
image: rust
commands:
- cargo test