Add test unit check on CI
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4bc2e60e49
commit
efdf5fb2a4
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user