From fbbf6b5347131d51681d2619a7c5234bf5511758 Mon Sep 17 00:00:00 2001 From: taks <857tn859@gmail.com> Date: Tue, 21 Nov 2023 17:39:30 +0900 Subject: [PATCH] CI: Run clippy with default-feature --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 068869e..efd01ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,4 +63,4 @@ jobs: env: ESP_IDF_VERSION: ${{ matrix.idf-version }} RUSTFLAGS: "${{ matrix.rustflags }}" - run: cargo clippy --target ${{ matrix.target }} --no-default-features --features "no_std" -- -D clippy::all + run: cargo clippy --target ${{ matrix.target }} -- -D clippy::all