Add test unit check on CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pierre Hubert 2022-05-04 09:21:44 +00:00
parent 4bc2e60e49
commit efdf5fb2a4
1 changed files with 5 additions and 1 deletions

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: