Remove useless tests execution
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2022-09-02 15:41:57 +02:00
parent ed9fe8fa57
commit 45c3e5f209

View File

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