From c74d10809e7055126567bcd1003813038ba6f7a1 Mon Sep 17 00:00:00 2001 From: K Simmons Date: Wed, 10 Aug 2022 17:01:13 -0700 Subject: [PATCH] Testing with allow flags --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e54324c8c9..e8e5e6f7b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,9 @@ jobs: clean: false - name: Run clippy - run: cargo clippy --workspace -- -D warnings - + run: | + cargo clippy --workspace -- -D warnings -Aclippy::reversed_empty_ranges -Aclippy::missing_safety_doc -Aclippy::let_unit_value + - name: Run tests run: cargo test --workspace --no-fail-fast