diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd2505a..7b62d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: lint: fmt include: - lint: clippy - args: " --all-features" + args: " --all-features -- -D clippy::all -W clippy::style" - lint: test args: "" - lint: fmt