Add test unit check on CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2022-05-04 09:21:44 +00:00
parent 4bc2e60e49
commit efdf5fb2a4

View File

@ -8,6 +8,10 @@ steps:
image: rust image: rust
commands: commands:
- cargo check - cargo check
- name: cargo_test
image: rust
commands:
- cargo test
- name: cargo_clippy - name: cargo_clippy
image: rust image: rust
commands: commands: