From 1fe53b9549bd5d4c92fecd44b60ccb639c169612 Mon Sep 17 00:00:00 2001 From: tiann Date: Fri, 14 Apr 2023 22:59:29 +0800 Subject: [PATCH] ci: run clippy with release build --- .github/workflows/clippy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 8565fe4e..599f0ee3 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -32,5 +32,5 @@ jobs: - name: Run clippy run: | - cross clippy --manifest-path userspace/ksud/Cargo.toml --target aarch64-linux-android - cross clippy --manifest-path userspace/ksud/Cargo.toml --target x86_64-linux-android + cross clippy --manifest-path userspace/ksud/Cargo.toml --target aarch64-linux-android --release + cross clippy --manifest-path userspace/ksud/Cargo.toml --target x86_64-linux-android --release