ModulatingForce
16034ffe80
ci: fix pathing remove comment ci: fix ci add comment back ci: fix ci probably remove comment xd fix ci lol xd
18 lines
366 B
YAML
18 lines
366 B
YAML
when:
|
|
- event: pull_request
|
|
- event: push
|
|
|
|
steps:
|
|
configure_rustup:
|
|
image: rust
|
|
commands: |
|
|
rustup update stable && rustup default stable
|
|
rustup component add clippy
|
|
cargo_clippy:
|
|
image: rust
|
|
commands:
|
|
- cargo clippy --all-targets --all-features
|
|
cargo_test:
|
|
image: rust
|
|
commands:
|
|
- cargo test --all-features
|