Added clippy to workflows

This commit is contained in:
ChristianVisintin 2020-12-12 12:17:33 +01:00
parent 55bda874f0
commit 23ac5089a7
3 changed files with 6 additions and 0 deletions

View file

@ -16,3 +16,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Clippy
run: cargo clippy

View file

@ -16,3 +16,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Clippy
run: cargo clippy

View file

@ -16,3 +16,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Clippy
run: cargo clippy