Add Clippy check.

This commit is contained in:
Nolan Darilek 2022-05-19 13:25:49 -05:00
parent 1fa4ba6b26
commit 50194aeab5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ steps:
- cargo fmt --check
- cargo build --all
- cargo build --examples --all
- cargo test --verbose --all
- cargo test --all
- cargo clippy
- name: release
image: rust