Update
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2024-06-14 08:41:28 +02:00
parent 297b002555
commit 61622cd79b

View File

@ -9,6 +9,6 @@ steps:
commands: commands:
- rustup component add clippy - rustup component add clippy
- cargo clippy -- -D warnings - cargo clippy -- -D warnings
- cargo test - cargo test --all-features