summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2021-04-06 14:05:14 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2021-04-06 14:05:14 +0200
commitf9ca41ccea3fef49310334b9d12090f6a3281872 (patch)
tree5bb7aa25f06946b971249d1b6298cc42f62f3d55
parent5327e3bdf94e5c12a19f8a05a03c002869479c7b (diff)
Enable clippy in CI
-rw-r--r--.github/workflows/tests.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 563aab0..dbb859e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -49,5 +49,8 @@ jobs:
- name: fmt
run: cargo fmt --all -- --check
+ - name: Clippy
+ run: cargo clippy --all
+
- name: Docs
run: cargo doc --no-deps