Add missing instruction

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

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