This commit is contained in:
@@ -4,12 +4,12 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clippy
|
- name: clippy
|
||||||
image: rust:1.96
|
image: rust:1.97
|
||||||
commands:
|
commands:
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:1.96
|
image: rust:1.97
|
||||||
commands:
|
commands:
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|||||||
Reference in New Issue
Block a user