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

@ -7,7 +7,11 @@ steps:
- name: cargo_check
image: rust
commands:
- cargo check
- cargo check
- name: cargo_test
image: rust
commands:
- cargo test
- name: cargo_clippy
image: rust
commands: