From 25617d1f238cb9babbed09c8a33c4bc1dd07a7a6 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 28 Feb 2023 09:27:56 -0500 Subject: [PATCH] Fix cargo clippy CI workflow --- .github/workflows/cont_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index a6ed491..57bfcc2 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -43,7 +43,7 @@ jobs: run: cargo build --features uniffi/cli - name: Clippy if: ${{ matrix.rust.clippy }} - run: cargo clippy --all-targets -- -D warnings + run: cargo clippy --all-targets --features "uniffi/bindgen-tests uniffi/cli" -- -D warnings - name: Test run: CLASSPATH=./tests/jna/jna-5.8.0.jar cargo test