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
image: rust
commands:
- rustup component add clippy
- cargo check
- cargo test
- cargo clippy