Skip to content

Commit

Permalink
Run Clippy for std and custom crate features
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jun 14, 2024
1 parent 8889598 commit 78608a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
toolchain: nightly-2024-06-11
components: clippy,rust-src
- name: `std` feature
run: cargo clippy --features std
- name: `custom` feature
run: cargo clippy -Zbuild-std=core --target riscv32i-unknown-none-elf --features custom
- name: iOS (apple-other.rs)
run: cargo clippy -Zbuild-std=core --target x86_64-apple-ios
- name: ESP-IDF (espidf.rs)
Expand Down

0 comments on commit 78608a1

Please sign in to comment.