fix(cicd): fix image for format step
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Yandrik 2024-04-24 11:49:05 +02:00
parent 2717aeadde
commit b85551806b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ steps:
- cargo build --verbose --all
- cargo test --verbose --all
- name: test_fmt
image: rust:1.77.2-slim
image: rustdocker/rustfmt:1.77.2
commands:
- cargo fmt -- --check
failure: ignore