This commit is contained in:
@@ -4,19 +4,19 @@ when:
|
||||
|
||||
steps:
|
||||
- name: fmt
|
||||
image: rust:1.97
|
||||
image: rust:1.98
|
||||
commands:
|
||||
- rustup component add rustfmt
|
||||
- cargo fmt --all -- --check
|
||||
|
||||
- name: clippy
|
||||
image: rust:1.97
|
||||
image: rust:1.98
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||
|
||||
- name: test
|
||||
image: rust:1.97
|
||||
image: rust:1.98
|
||||
commands:
|
||||
- cargo test --workspace --all-targets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user