From 5685631868e5ed3946bbe0e5b6d1a2bf41d92367 Mon Sep 17 00:00:00 2001 From: Demmie <2e3s19@gmail.com> Date: Sat, 17 Jun 2023 02:10:13 -0400 Subject: [PATCH] Verify without features --- .github/workflows/verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index ab2d41e..bcba263 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -29,6 +29,7 @@ jobs: components: clippy - uses: Swatinem/rust-cache@v2 - run: cargo clippy --locked --all-targets --all-features --workspace -- -D warnings + - run: cargo clippy --locked --all-targets --workspace -- -D warnings test: runs-on: ubuntu-latest env: