init-ci (2/2) #14

Merged
notohh merged 9 commits from init-cli-p2 into main 2024-02-25 12:13:35 -05:00
Showing only changes of commit ca05de5cd5 - Show all commits

View file

@ -1,17 +1,20 @@
when:
- event: pull_request
- event: push
- path:
include: ['*.rs']
- path:
include: ["*.rs"]
steps:
cargo_clippy:
configure_rustup:
image: rust
commands: |
rustup update stable && rustup default stable
rustup component add clippy
# cargo clippy --all-targets --all-features
cargo_clippy:
image: rust
commands:
- cargo clippy --all-targets --all-features
cargo_test:
image: rust
commands:
- cargo test
- cargo test --all-features