Skip to content

Commit 78608a1

Browse files
committed
Run Clippy for std and custom crate features
1 parent 8889598 commit 78608a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/workspace.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
with:
2222
toolchain: nightly-2024-06-11
2323
components: clippy,rust-src
24+
- name: `std` feature
25+
run: cargo clippy --features std
26+
- name: `custom` feature
27+
run: cargo clippy -Zbuild-std=core --target riscv32i-unknown-none-elf --features custom
2428
- name: iOS (apple-other.rs)
2529
run: cargo clippy -Zbuild-std=core --target x86_64-apple-ios
2630
- name: ESP-IDF (espidf.rs)

0 commit comments

Comments
 (0)