Update CI script & add badge
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-05-05 17:52:48 +02:00
parent ee872a5365
commit 0f69c3cf2c
2 changed files with 3 additions and 8 deletions

View File

@@ -8,13 +8,6 @@ steps:
image: rust
commands:
- cargo check
- name: cargo_test
image: rust
commands:
- cargo test
- name: cargo_clippy
image: rust
commands:
- rustup component add clippy
- cargo clippy