fix(cicd): fix image for format step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yandrik 2024-04-24 11:49:05 +02:00
parent 2717aeadde
commit b85551806b

View File

@ -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