fix(cicd): fix image for format step
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2717aeadde
commit
b85551806b
@ -8,7 +8,7 @@ steps:
|
|||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
- name: test_fmt
|
- name: test_fmt
|
||||||
image: rust:1.77.2-slim
|
image: rustdocker/rustfmt:1.77.2
|
||||||
commands:
|
commands:
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
failure: ignore
|
failure: ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user