Update rust Docker tag to v1.92.0
This commit is contained in:
@@ -3,16 +3,16 @@ when:
|
|||||||
- push
|
- push
|
||||||
steps:
|
steps:
|
||||||
- name: Clippy linter
|
- name: Clippy linter
|
||||||
image: rust:1.91.1-bullseye
|
image: rust:1.92.0-bullseye
|
||||||
commands:
|
commands:
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
- name: Rust fmt
|
- name: Rust fmt
|
||||||
image: rust:1.91.1-bullseye
|
image: rust:1.92.0-bullseye
|
||||||
commands:
|
commands:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
image: rust:1.91.1-bullseye
|
image: rust:1.92.0-bullseye
|
||||||
commands:
|
commands:
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|||||||
Reference in New Issue
Block a user