Skip to content

Commit

Permalink
CI: Run clippy with default-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Nov 21, 2023
1 parent 8f957b0 commit fbbf6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fbbf6b5

Please sign in to comment.