Add missing instruction
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2022-05-05 17:55:37 +02:00
parent 0f69c3cf2c
commit 2c2b469200

View File

@ -7,6 +7,7 @@ steps:
- name: cargo_check
image: rust
commands:
- rustup component add clippy
- cargo check
- cargo test
- cargo clippy